mirror of
https://github.com/louislam/dockge.git
synced 2026-03-03 02:06:55 -05:00
Multiple compose files are reported incorrectly #200
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#200
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 @LeonvanHeerden on GitHub (Mar 23, 2025).
⚠️ Please verify that this bug has NOT been reported before.
🛡️ Security Policy
Description
I have extracted a repo and it included a docker_compose.yaml file. I created my own compose.yaml file in the same folder.
Dockge reports that there are multiple compatible compose files in the folder and it will use the compose. yaml file.
The one that I wanted. but on the right the docker_compose.yaml file is used.
👟 Reproduction steps
Have two valid yaml files in the stack folder that you want to work with.
Have a compose.yaml and a docker_compose.yaml.
👀 Expected behavior
Use the compose.yaml file for the edit view on the side.
😓 Actual Behavior
The docker_compose.yaml file is shown on the right and the edit also edits that file.
Dockge Version
1.4.2
💻 Operating System and Arch
Ubuntu 22.04
🌐 Browser
Edge
🐋 Docker Version
Docker 28.0.1
🟩 NodeJS Version
No response
📝 Relevant log output