docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

Application breaks when deployed to Swarm (works on Compose) #2956

Closed AymDev closed 4 years ago

AymDev commented 5 years ago

I'm working on Docker Compose locally and everything is fine. However, when I deploy it to the development server (the Swarm cluster), the app breaks (StackOverflow question here).

I would like to understand what could change from Compose to Swarm ?

justincormack commented 4 years ago

This issue is for https://github.com/docker/swarmkit not the old standalone Swarm.