Permission error when reading and creating database #3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Problem:
Receiving following error when trying to run this build in docker compose:
ServerDB: Failed initialization: unable to open database file Error opening database
Solution:
Appears to have a permissions error with the way the docker image was build. It does not function like other docker builds with uid/gid set to 1000:1000 as build was creacted with uid/gid of 800:800.
Had to run following command on host folder to allow for this image to read and make files correctly:
sudo chown -R 800:800
Recommend adding another step to readme to inform users about this, or update build to allow for docker environment variable to set uid/gid.
See this reference for more information on this same issue:
mumble-voip/mumble#5634
The text was updated successfully, but these errors were encountered: