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
Currently ports are defined in docker-compose.yml, which makes it impossible to run multiple copies of the same container similtaneous (as they try to claim the same port)
Currently ports are defined in docker-compose.yml, which makes it impossible to run multiple copies of the same container similtaneous (as they try to claim the same port)
It should be possible to over ride ports using a yml over ride -> https://github.com/compose-spec/compose-spec/blob/main/13-merge.md#sequence however, this may have knock ons for the logic of the UI.
The text was updated successfully, but these errors were encountered: