Skip to content

Latest commit

 

History

History
executable file
·
48 lines (32 loc) · 954 Bytes

README.md

File metadata and controls

executable file
·
48 lines (32 loc) · 954 Bytes

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.