docker compose comments, only noVNC by default, use fgc volume as in README
This commit is contained in:
parent
6a7594fa32
commit
84d4b9b7bc
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# docker compose up
|
||||
# start with `docker compose up`
|
||||
services:
|
||||
free-games-claimer:
|
||||
container_name: fgc # is printed in front of every output line
|
||||
image: ghcr.io/vogler/free-games-claimer # otherwise image name will be free-games-claimer-free-games-claimer
|
||||
build: .
|
||||
ports:
|
||||
- "5900:5900"
|
||||
- "6080:6080"
|
||||
# - "5900:5900" # VNC server
|
||||
- "6080:6080" # noVNC (browser-based VNC client)
|
||||
volumes:
|
||||
- ./data:/fgc/data
|
||||
- fgc:/fgc/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue