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
|
||||
container_name: go-watch
|
||||
volumes:
|
||||
- /home/david/tmp/:/config
|
||||
- /host/path/to/config:/config
|
||||
ports:
|
||||
- "8080:8080"
|
||||
apprise:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue