fixed host paths in some compose examples

This commit is contained in:
BroodjeAap 2023-01-06 11:18:51 +00:00
parent 057f96ee46
commit 17b7c6850e
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ services:
target: base
container_name: go-watch
volumes:
- /home/david/tmp/:/config
- /host/path/to/config:/config
ports:
- "8080:8080"
apprise:

View file

@ -10,7 +10,7 @@ services:
environment:
- GOWATCH_BROWSERLESS_URL=http://browserless:3000/content
volumes:
- /home/david/tmp/:/config
- /host/path/to/config:/config
ports:
- "8080:8080"
apprise: