mirror of
https://github.com/louislam/dockge.git
synced 2026-03-03 02:06:55 -05:00
Editing a volume configuration hangs on confirmation #229
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#229
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 @plaffitt on GitHub (Oct 8, 2025).
⚠️ Please verify that this bug has NOT been reported before.
🛡️ Security Policy
Description
I use rclone docker volume plugin to mount a directory from my NextCloud instance, but updating the volume configuration makes dockge hangs.
👟 Reproduction steps
Configure a compose stack with a volume (don't need to use a plugin), deploy it, update the volume configuration and deploy again.
Minimal example (before first deploy):
Minimal example (before second deploy):
👀 Expected behavior
Multiple solutions can be envisaged:
--yesflag to theupcommand😓 Actual Behavior
Logs show the following prompt:
It prevents me from interacting with this stack, refreshing the page doesn't help. The only way is to ssh on the server, run
docker compose up -dand confirm there AND restart the dockge container.Dockge Version
1.5.0
💻 Operating System and Arch
Ubuntu 24.04.3 LTS / Kernel 6.8.0-85-generic x86_64
🌐 Browser
Google Chrome 139.0.7258.154 (Official Build) (64-bit)
🐋 Docker Version
Docker 28.4.0
🟩 NodeJS Version
No response
📝 Relevant log output