Cyril59310
Cyril59310
> Happy to help if you need it. Quite strange. I am not sure how dockge decides light vs dark theme. If you can tell me, maybe I can assist....
You need to click on 'Deploy' to update the Compose and not on 'Save'. By clicking on 'Deploy', your ports will be updated
Could you provide more details about the issue you encountered?
I corrected the key with the correct language name. If you encounter any other translation issues, you can create an account on our Weblate tool and fix the translation errors...
There is indeed a bug where, after the container restarts, it displays 'exits with code 0', but your container has actually restarted. You just need to refresh the page to...
I think that collecting data anonymously on the usage of Uptime Kuma is a good idea.
In your compose file, use: ``` deploy: resources: limits: memory: 512m cpus: "4" ``` This will limit the CPU and memory resources of your container
You need to connect directly to the container using: `docker exec -it dockge-dockge-1 bash` Then, run the following command: `npm run reset-password` It will ask you to enter a new...