guacamole-docker-compose
guacamole-docker-compose copied to clipboard
Docker-compose for Apache Guacamole
guacamole-init-guacamole-db-1 | /bin/sh: 1: cannot create /init/initdb.sql: Permission denied I tried adding :rw to the volume, but no luck: ``` version: "3" services: init-guacamole-db: image: guacamole/guacamole:latest command: ["/bin/sh", "-c", "test...
Hi there, I've been happily using your docker-compose file for a while and even after the release of Guacamole 1.1.0 it still works perfectly. I realized in this new release...
Looks like Guacamole and Postgres 14(+) do not like each other very much. When using postgres:latest in docker-compose.yml, an internal server error occurs. Fix: Change the following line from: ```...
I just clone this repo and run docker-compose up init-guacamole-db docker-compose up -d it works , but when I try to open web admin console , there's only tomcat homepage...
README was missing full URL hint (i.e. existing instructions just say `listening on port 8080` but no indication to go to `:8080/guacamole`. Additionally, there are no instructions in the README...