mirror of
https://github.com/louislam/dockge.git
synced 2026-03-03 02:06:55 -05:00
Recreation of container with new docker compose version #245
Labels
No labels
bug
feature-request
help
help wanted
invalid-format
need-reproduce-steps
question
security
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dockge-louislam#245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andreibrebene on GitHub (Feb 17, 2026).
⚠️ Please verify that this bug has NOT been reported before.
🛡️ Security Policy
Description
When using Dockge to update a stack that includes the Dockge container itself, Docker Compose v5 aggressively recreates containers. This can stop or remove Dockge mid-update, causing the UI to become unresponsive and the stack to fail to fully start. It worked on Compose v2 because older versions were more forgiving with container recreation and ordering.
👟 Reproduction steps
Run stack update on dockge with docker compose version 5.0,2
👀 Expected behavior
Container administrated from dockge will recreate with another name and not mentain the defined container_name from docker-compose file.
😓 Actual Behavior
Should keep the container_name defined on docker compose file.
Dockge Version
1.5.0
💻 Operating System and Arch
Debian
🌐 Browser
Google Chrome
🐋 Docker Version
29.2.1
🟩 NodeJS Version
No response
📝 Relevant log output