You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to change nmos-testing->ports to 9876 in docker-compose.yml, but it doesn't seem to work. When I re-execute docker-compose up, the nmos-testing port is still 5000
More than one port is used, since there are mock NMOS Registries and other services created by the testing tool in addition to its Web UI. In order to change these you need to create a UserConfig.py and mount it into the container. This is shown in your docker-compose.yml and there is some documentation at e.g. Usage - Configuration. The specific port related config parameters are described in:
I tried to change nmos-testing->ports to 9876 in docker-compose.yml, but it doesn't seem to work. When I re-execute docker-compose up, the nmos-testing port is still 5000
docker-compose.yml.txt
The text was updated successfully, but these errors were encountered: