Skip to content

Configuring service ports

David Bardwell edited this page Nov 24, 2022 · 6 revisions

By default the WebCSD services are configured to run using port 80 for all inter-service communication.

If you require the WebCSD services to run under different ports please see our example override file docker-compose.port-configuration.yml which will override the default port 80 to use port 8080 instead. Please don't amend this file, so if you require the services to run under a port that isn't port 8080 please copy the file and change the port as required. The file can then be used in the startup command:

docker-compose -f docker-compose.yml -f docker-compose.my-port-configuration.yml. up -d
Clone this wiki locally