Orphaned Containers #1374
Unanswered
FlashyCoderDude
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you have both servers in the one compose file, which is what I normally do, then you only bring up the composition once. It sounds like you're running duplicate commands in the same directory and they're stepping on each other. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run several servers for my family on large tower. I have a docker-compose file for both servers. However, when I start one server, then attempt to start the 2nd server, I get a warning about "orphaned" containers. If I REMOVE the orphaned containers, it kills the first server and vise-versa.
Any ideas on how to prevent this from happening? I have specifically named both containers different things, but this is still of no help.
Beta Was this translation helpful? Give feedback.
All reactions