diff --git a/README.md b/README.md index 2233242..562304c 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,9 @@ Configuration is done through environment variables. ## Start the container ```bash -docker run -d --restart always --net=host -e ALLOW_INTERFACES=eth0 -v $(pwd)/services:/etc/avahi/services ydkn/avahi:latest +docker run -d --restart always \ + --net=host \ + -e ALLOW_INTERFACES=eth0 \ + -v $(pwd)/services:/etc/avahi/services \ + ydkn/avahi:latest ```