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 target: base
container_name: go-watch container_name: go-watch
volumes: volumes:
- /home/david/tmp/:/config - /host/path/to/config:/config
ports: ports:
- "8080:8080" - "8080:8080"
apprise: apprise:

View file

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