gameontext / gameon

The root repository provides mechanics to set up a local environment for building and testing rooms.
http://gameontext.org
Apache License 2.0
58 stars 37 forks source link

Change player node port to unused port #136

Closed evie-lau closed 6 years ago

evie-lau commented 6 years ago

When uncommenting player in docker-compose-override.yml, running go-run up failed on starting the player service with:

ERROR: for player  Cannot start service player: driver failed programming external connectivity on endpoint player (3dcb3a9815593621e2dba4dec2e22c3d11d19cfd43dd4eea724e843b2e51060b): Error starting userland proxy: listen tcp 0.0.0.0:9443: bind: address already in use

Changing the 9443 node port to 9448


This change is Reviewable