aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-04-11 15:44:08 +0200
committerFxQnLr <[email protected]>2024-04-11 15:44:08 +0200
commit1777c5c91c7b37ad458b62930f20fc518ca76777 (patch)
treecd19ad3355949b682485f720339a856b9de3396a /README.md
parent0ba5230d078530fe4daa79b6269675a581fda7f5 (diff)
downloadwebol-1777c5c91c7b37ad458b62930f20fc518ca76777.tar
webol-1777c5c91c7b37ad458b62930f20fc518ca76777.tar.gz
webol-1777c5c91c7b37ad458b62930f20fc518ca76777.zip
Closes #33. logs added to example
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```