mirror of
https://github.com/louislam/dockge.git
synced 2026-03-03 02:06:55 -05:00
Stack with explicit name is not recognized #232
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#232
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 @Fumblesneeze on GitHub (Nov 5, 2025).
⚠️ Please verify that this bug has NOT been reported before.
🛡️ Security Policy
Description
docker compose lets you explicitly set the name of the stack by adding a top level name field like:
however this is not recognized by dockge and it displays the stack as inactive, even though the stack and all containers are up and running, and the containers in the stack are even recognized by dockge.
👟 Reproduction steps
add
to the top level of a docker compose file
👀 Expected behavior
dockge should either display the stack with the name that was explicitly set up, or at least recognize the changed stack name when determining the state of the stack.
😓 Actual Behavior
dockge shows such a stack as inactive.
Dockge Version
Version: 1.5.0
💻 Operating System and Arch
Docker
🌐 Browser
Edge
🐋 Docker Version
No response
🟩 NodeJS Version
No response
📝 Relevant log output
@Tux7486 commented on GitHub (Feb 9, 2026):
I can see one stack with the name that is set in the compose file and another one with the folder name.
First tought my containers are messed up but I do think it has to do with this name.