From 35ee35d73004b0a80c71bf4cac89a9acce39c4ad Mon Sep 17 00:00:00 2001 From: Silver Zhang Date: Sun, 4 Jul 2021 02:20:38 +0800 Subject: [PATCH] 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. --- docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 277d252a..93b5ccfa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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