guacamole-docker-compose icon indicating copy to clipboard operation
guacamole-docker-compose copied to clipboard

Docker-compose for Apache Guacamole

docker-compose for Apache Guacamole

Run Apache Guacamole with docker containers using docker-compose, based on the Official Documentation

Steps

Clone repository

git clone https://github.com/reisbel/guacamole-docker-compose.git && cd guacamole-docker-compose

Edit .env, changing the username and password for postgres database.

vim .env 
//.env
POSTGRES_USER=new_postgres_username
POSTGRES_PASSWORD=new_secure_postgres_password

Seed postgres database

docker-compose up init-guacamole-db

Start everything

docker-compose up -d

Guacamole is now listening on port 8080

default username: guacadmin

default password: guacadmin

Be sure to change the default password.

Guacamole Manual

https://guacamole.apache.org/doc/gug/

License

MIT - See LICENSE for more information.