Changing the config files does not have any effect #686
Replies: 4 comments 3 replies
-
Did you map the config dir? If you did perhaps permissions are the issue
|
Beta Was this translation helpful? Give feedback.
-
Hmm, haven’t seen this issue before beyond the obvious. Did you try the little circular arrow icon in the bottom right of the page? Also perhaps try recreating the container?On Dec 16, 2022, at 7:09 AM, turkishgetup ***@***.***> wrote:
Thanks for the reply. I did map the volume, this is my docker-compose.yml
version: "3.3" services: homepage: image: ghcr.io/benphelps/homepage:latest container_name: homepage ports: - 3000:3000 volumes: - /volume1/docker/homepage/config:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
The folder "config" exists and both it and it's contained files are all owned and set with rw permissions for the admin (that is also launching the container).
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
I launched the container via docker-compose as suggested in the readme. It installs perfectly fine and seems very responsive, but no matter in what way I change the yaml-files in the config folder, there are no changes whatsoever to the actual homepage-dashboard. Restarting the container also doesn't do anything to that end...
Where could this go wrong? Btw. I'm running it on a Synology NAS, if that's of any relevance...
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions