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
Fix self-update: use helper container to avoid race condition
The old approach ran docker stop/rm/run from inside the container being
updated. When docker stop killed the container, the shell died with it,
so docker rm and docker run never executed — leaving the container dead
(white screen) or stuck in an update loop.
Now spawns a separate helper container that runs docker compose up -d
from the outside, so it survives the bridge-bank container being
recreated.
Existing users not using Watchtower/Portainer need a one-time manual
update: docker compose pull && docker compose up -d
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments