docker-compose deploy error when set two containers with the same image
error description
Deploying two container with the same image in a server, when run “docker-compose up -d” for the 1st container, the 1st container works fine. However, when activate the 2nd container, it makes the 1st container doesn’t work anymore.