Dockge Updating Own Instance Causes it to not Restart Correctly #288
oliv10
started this conversation in
Feature Request
Replies: 1 comment 3 replies
-
Self manage is not possible right now due to technical issues, because Dockge killed itself during update. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🛡️ Security Policy
Description
Not entirely certain this is a bug or more of a feature request, but if you place the dockge stack within the stacks directory it can actually manage itself without issue unless you want to make changes to the dockge instance itself. Basically everything works as expected except for when you try and update the container configuration.
I can move this to a feature request if asked. Not that this is something a normal install would need to do regularly it would be cool if it could do it.
👟 Reproduction steps
Run an instance of dockge with itself inside of the stacks directory. Make changes to the dockge compose file within the app and save. Update and watch it shutdown and never return.
👀 Expected behavior
Dockge container shuts down and restarts with the new configuration.
😓 Actual Behavior
Dockge container shuts down and does not start back up again.
When trying to restart the container manually we have this, however it only happens on the first try of the command, the next time give the expected output.
Dockge Version
1.3.3
💻 Operating System and Arch
Ubuntu 22.04.3 LTS x86_64
🌐 Browser
Google Chrome Version 120.0.6099.71 (Official Build) (arm64)
🐋 Docker Version
Docker version 24.0.7, build afdd53b
🟩 NodeJS Version
No response
📝 Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions