Run Apache Guacamole with docker containers using docker-compose, based on the Official Documentation
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.
https://guacamole.apache.org/doc/gug/
MIT - See LICENSE for more information.