You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qgis tries to create files in /etc/qgisserver which is a mounted volume on the host. (the user running) qgis was not authorised to write in the folder.
we only got it working by not mounting /etc/qgisserver, but mount an alternative path and set the path to the project file explicitly
@yjacolin@pvgenuchten AFAICT a mechanism is needed similar to what we use with GeoServer Docker, see our docker-compose.yml.
We pass the UID and GID of the host's local user that starts the Container. The Container's main process (Tomcat for GS) will run under those id's. For now quickfix-ed with chmod 777 within the host on the mounted dir, but a more elegant solution is welcomed.
qgis tries to create files in /etc/qgisserver which is a mounted volume on the host. (the user running) qgis was not authorised to write in the folder.
we only got it working by not mounting /etc/qgisserver, but mount an alternative path and set the path to the project file explicitly
maybe you can mention this aspect in docs?
The text was updated successfully, but these errors were encountered: