abesnier / docker-guacamole

A self-contained guacamole docker container for x64. Remotely connect over SSH, RDP or VNC using HTML5.
https://hub.docker.com/r/abesnier/guacamole
GNU General Public License v3.0
78 stars 14 forks source link

No access to directory "/config/postgres": Permission denied #32

Open buchengasse opened 7 months ago

buchengasse commented 7 months ago

2 weeks ago I installed abesnier/guacamole on a Raspberry Pi. It worked fine, I could access my Windows PC from my Macbook.

Today I redeployed the latest version. Now the container does not start any more. The error message in the log is:

postgres: could not access directory "/config/postgres": Permission denied

I deleted the /config folder and added user: root in the Docker-Compose file, but this did not help, I get the same error.

In Putty I can see, that the folder /config/guacamole has owner root, group users and rights rwxr-s---. The folder /config/postgres, however, has owner messagebus, group render and rights rwx--S---.