mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-29 04:50:06 +00:00
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:
parent
2378288a5b
commit
35ee35d730
1 changed files with 0 additions and 3 deletions
3
docker-compose.yml
vendored
3
docker-compose.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue