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:
|
services:
|
||||||
free-games-claimer:
|
free-games-claimer:
|
||||||
container_name: fgc # is printed in front of every output line
|
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
|
image: ghcr.io/vogler/free-games-claimer # otherwise image name will be free-games-claimer-free-games-claimer
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "5900:5900"
|
# - "5900:5900" # VNC server
|
||||||
- "6080:6080"
|
- "6080:6080" # noVNC (browser-based VNC client)
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/fgc/data
|
- fgc:/fgc/data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue