diff options
author | FxQnLr <[email protected]> | 2024-04-11 15:44:08 +0200 |
---|---|---|
committer | FxQnLr <[email protected]> | 2024-04-11 15:44:08 +0200 |
commit | 1777c5c91c7b37ad458b62930f20fc518ca76777 (patch) | |
tree | cd19ad3355949b682485f720339a856b9de3396a /README.md | |
parent | 0ba5230d078530fe4daa79b6269675a581fda7f5 (diff) | |
download | webol-1777c5c91c7b37ad458b62930f20fc518ca76777.tar webol-1777c5c91c7b37ad458b62930f20fc518ca76777.tar.gz webol-1777c5c91c7b37ad458b62930f20fc518ca76777.zip |
Closes #33. logs added to example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ``` |