From c6ce80fcc66e3b8d09cea678d645abf051b4b9b5 Mon Sep 17 00:00:00 2001 From: Florian Schwab Date: Sun, 17 May 2020 20:35:30 +0200 Subject: [PATCH] optimze display of run command --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```