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 am trying to run 2 instances on separate folders with different docker-compose.yml and seems they are clashing.
I am running on Mac OSX
I dont use docker-sync
I dont use traffic.yml
I did setup each docker-compose.yml under traffic service to have different port, like
- '8100:80'
- '8300:80'
I did setup hosts files. And also when I put to stop one of the docker-compose and its services the other starts to work. Each container has
container_name: "${PROJECT_NAME}_portainer"
So either I am trying to do something that is not ment to be done at all and for some reason I must use traffic.yml and setup more sites in that way or I have some sort of clash that is not known?
The text was updated successfully, but these errors were encountered:
I am trying to run 2 instances on separate folders with different docker-compose.yml and seems they are clashing.
I did setup each docker-compose.yml under traffic service to have different port, like
- '8100:80'
- '8300:80'
I did setup hosts files. And also when I put to stop one of the docker-compose and its services the other starts to work. Each container has
container_name: "${PROJECT_NAME}_portainer"
So either I am trying to do something that is not ment to be done at all and for some reason I must use traffic.yml and setup more sites in that way or I have some sort of clash that is not known?
The text was updated successfully, but these errors were encountered: