mirror of
https://github.com/louislam/dockge.git
synced 2026-03-03 02:06:55 -05:00
Dockge stack does not show containers that are incorporated into the compose file using "include" #69
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#69
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 @adamadavidson on GitHub (Dec 14, 2023).
⚠️ Please verify that this bug has NOT been reported before.
🛡️ Security Policy
Description
When creating a compose-yaml file for a stack using the "include" element, Dockge does not show any containers that are not in the base compose.yaml.
So, if I have one container in the compose.yaml file but 3 further containers added to the stack using the "include" element, Dockge only shows the one container.
I appreciate this may be more of a feature request than a bug.
👟 Reproduction steps
compose.yamlincludeelement to pull in additional containers from other compose files.👀 Expected behavior
See 4 containers in Dockge
😓 Actual Behavior
Only 1 container is shown in Dockge
Dockge Version
1.3.3
💻 Operating System and Arch
Ubuntu 22.04
🌐 Browser
Microsoft Edge Version 120.0.2210.61
🐋 Docker Version
Docker 24.0.7
🟩 NodeJS Version
No response
📝 Relevant log output
No response