Multiple Instances of Transmission — same container or different containers? #2882
Unanswered
wally-crunk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm able to run three (3) concurrent docker containers on the same machine using PIA, and it works great.
However, each one has its own docker-compose.yml file.
To make life easier, I thought I would consolidate my three (3) docker-compose.yml files into one file, but the resulting "docker compose up" doesn't work. One of the containers will start up correctly, but then the next containers will fail:
foo exited with code 0
bar exited with code 0
The docker-compose.yml was set up this way, basically concatenating everything under the 'services' section, assigning each session its own service name.
Details
Confused why this wouldn't work! Any clues?
Beta Was this translation helpful? Give feedback.
All reactions