Remove port binding for docker config (#326)

Docker-compose does not support host mode along with the port
binding anymore. Additionally there is no necessity for using
port binding under current configuration since it takes no effect.
This commit is contained in:
Silver Zhang 2021-07-04 02:20:38 +08:00 committed by GitHub
parent 2378288a5b
commit 35ee35d730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
docker-compose.yml vendored
View file

@ -12,9 +12,6 @@ services:
network_mode: "host"
command: >
bash -c "Xvfb :99 & coordinator --v=5 & worker --coordinatorhost localhost:8000"
ports:
- "8000:8000"
- "9000:9000"
volumes:
# keep cores persistent in the cloud-game_cores volume
- cores:/usr/local/share/cloud-game/assets/cores