Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by lissy93 Aug 16, 2026

Solution: Config needs to be in /user-data/conf.yml. In Docker, mount your data directory to /app/user-data/.
The directory you pass on your host MUST exist already, otherwise Docker creates a file named user-data, which will break things.
And if you get permissions issues, then on your host system run sudo chown -R 1000:1000 ~/path-to-your/user-data

For more info, see: https://dashy.to/docs/troubleshooting/#config-not-loading

Hope that helps :)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@lissy93
Comment options

Comment options

You must be logged in to vote
0 replies
Answer verified by Admin Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants