dashy
dashy copied to clipboard
[BUG] instructions for docker container on docker hub are incorrect
trafficstars
Environment
Self-Hosted (Docker)
System
Synology
Version
latest
Describe the problem
Instructions on github say
-v /root/my-local-conf.yml:/app/user-data/conf.yml \
whereas docker hub says
-v /root/my-local-conf.yml:/app/public/conf.yml \
That made all my conf disappear when my container was updated.
Seems that the instructions on github are correct.
Additional info
No response
Please tick the boxes
- [X] You have explained the issue clearly, and included all relevant info
- [X] You are using a supported version of Dashy
- [X] You've checked that this issue hasn't already been raised
- [X] You've checked the docs and troubleshooting guide
- [X] You agree to the code of conduct
Thank you for the notice, You are right the ones on dockerhub are outdated, let me check that :)
Hey @ulrichwisser Sorry about that. DockerHub disabled the API endpoint I was using to keep the README synced up. In the meantime, I've manually updated it, to just link the user to the website/github.