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
Since using Arcane I started to have weird problems with my docker containers. I spent hours trying to understand the core issue and this morning I realized that I was doing my tests with a mix of Arcane and command line docker compose. (without the dash).
I realized that depending whether I use Arcane or docker compose I end up with
different naming templates (the containers are called ntfy_ntfy_1 or ntfy-ntfy-1 depending on the approach)
the aliasing is broken with Arcane: a service cannot be called by its name (ntfy) but must be done via the container name
To see the difference, it is best to start a docker compose with docker compose and with Arcane and check
My question: does Arcane really use docker compose version 2? If so - why the difference with the command line (docker compose (with the space) is the docker CLI, docker-compose is legacy)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Since using Arcane I started to have weird problems with my docker containers. I spent hours trying to understand the core issue and this morning I realized that I was doing my tests with a mix of Arcane and command line
docker compose. (without the dash).I realized that depending whether I use Arcane or
docker composeI end up withntfy_ntfy_1orntfy-ntfy-1depending on the approach)ntfy) but must be done via the container nameTo see the difference, it is best to start a docker compose with
docker composeand with Arcane and checkand look at
DNSNames.My question: does Arcane really use docker compose version 2? If so - why the difference with the command line (
docker compose(with the space) is the docker CLI,docker-composeis legacy)Beta Was this translation helpful? Give feedback.
All reactions