# Guacamole Compose This is just a docker compose file for apache guacamole Instructions Create the initial database schema from the guacamole image ```bash $ ./bash setup.sh ``` ```bash $ docker-compose up -d ``` Thats it!