summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88f786a..03779a1 100644
--- a/README.md
+++ b/README.md
@@ -24,5 +24,6 @@ services:
24 restart: unless-stopped 24 restart: unless-stopped
25 volumes: 25 volumes:
26 - ./devices:/devices 26 - ./devices:/devices
27 - ./logs:/logs
27 network_mode: host 28 network_mode: host
28``` 29```