-
Notifications
You must be signed in to change notification settings - Fork 0
Configuring service ports
Adam Young edited this page Nov 24, 2022
·
6 revisions
If you require the WebCSD services to run under different ports please see our example override file docker-compose.port-configuration.yml. 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