fixed host paths in some compose examples
This commit is contained in:
parent
057f96ee46
commit
17b7c6850e
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue