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: recreate container with docker run instead of compose
docker compose up -d fails from inside the container because it can't
stop itself (name conflict). Now reads mount/port config from the
running container and uses docker stop + rm + run to recreate.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments