flcontainers / guacamole

A Docker Container for Apache Guacamole, a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5. For x64, arm64 and ppc64le.
https://hub.docker.com/r/flcontainers/guacamole
GNU General Public License v3.0
322 stars 60 forks source link

Guacamole does not work on Raspberry Pi 4 #131

Open ppiwowar opened 4 weeks ago

ppiwowar commented 4 weeks ago

Docker-compose.yml:

services: guacamole: image: flcontainers/guacamole:latest container_name: guacamole restart: always volumes:

docker-compose up -d runs with no errors and I can see in Portainer docker guacamole running ok. I can not access Guacamole on IP:8080 and the port 8080 is not open.

ppiwowar commented 4 weeks ago

Appropriate indentation in docker-compose.yml has been lost here. Please assume it is ok.

david-kalbermatten commented 2 days ago

this /etc/localtime:/etc/localtime:ro is supposed to be a volume bind, not an env var...