Update docker-compose.yml

This commit is contained in:
chezburg 2023-09-25 21:26:19 -04:00 committed by GitHub
parent d318a57be1
commit 5554b0093d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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://...'