Closed ianco closed 10 months ago
The web server port can be changed using the WEB_SERVER_HOST_PORT
environment variable.
See this under https://github.com/bcgov/von-network?tab=readme-ov-file#running-the-network-on-a-vps:
That gets passed into the environment for the docker-compose file and picked up here: https://github.com/bcgov/von-network/blob/b041b9a9af79861db0f11664fa7c386d772b845b/docker-compose.yml#L49
Ah right I didn't see that, thanks!
Port number is hard coded to
9000
, would be nice to be able to override this if port 9000 is already used.