aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-04-11 15:48:20 +0200
committerGitHub <[email protected]>2024-04-11 15:48:20 +0200
commitb615f6e34e084d520dcc301058b5926074188500 (patch)
treecd19ad3355949b682485f720339a856b9de3396a /README.md
parent6b05d1a437a49db98056de7b029923e8aedf1a5a (diff)
parent1777c5c91c7b37ad458b62930f20fc518ca76777 (diff)
downloadwebol-b615f6e34e084d520dcc301058b5926074188500.tar
webol-b615f6e34e084d520dcc301058b5926074188500.tar.gz
webol-b615f6e34e084d520dcc301058b5926074188500.zip
Merge pull request #34 from FxQnLr/nostartv0.4.0
Fix devices not starting
Diffstat (limited to 'README.md')
-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```