Always Docker Compose Down/Up With Label Updates - Compose Restart Doesnt Update Container #344
psarchives
started this conversation in
General
Replies: 0 comments
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.
Found out the hard way researching for an hour why my jellyfin container wasnt being discovered.
docker compose restart just restarts the container, it doesn’t reload the labels or environment variables that TSDProxy reads when a container starts.
TSDProxy only scans containers on start or when new containers appear, so changing labels or network settings and then just doing restart won’t trigger it.
Always docker compose down & docker compose up -d
All reactions