Update docker-compose.yml
This commit is contained in:
parent
d318a57be1
commit
5554b0093d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ services:
|
||||||
- "6080:6080" # noVNC (browser-based VNC client)
|
- "6080:6080" # noVNC (browser-based VNC client)
|
||||||
volumes:
|
volumes:
|
||||||
- fgc:/fgc/data
|
- fgc:/fgc/data
|
||||||
# command: bash -c "node epic-games; node gog"
|
command: bash -c "node epic-games; node gog echo sleeping; sleep 1d" restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
# - EMAIL=foo@bar.org
|
# - EMAIL=foo@bar.org
|
||||||
# - NOTIFY='tgram://...'
|
# - NOTIFY='tgram://...'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue