guacamole docker-compose with initidb
toastie89 ca5ff35409 removed post hook | 3 months ago | |
---|---|---|
data | 1 year ago | |
.env.template | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
docker-compose.yml | 3 months ago | |
initdb.sh | 1 year ago |
cp .env.template .env
and update your hostname, portmapping and guacadmin password in .env
Populate database PRIOR to first startup: Populate .env from template, set the guacadmin password, hostname and populate database:
docker compose pull
cp .env.template .env && sed -i -e "s/ReplaceWithYourSecretPassword/`pwgen -B 20 1`/" .env
./initdb.sh && docker compose up -d
Browse http://localhost:8080/guacamole/
and login with login guacadmin
and password set in .env
Settings - Connections (All no described field can stay blank.)
Accessing other containers Example: ``` guacd:
networks:
networks: terminalserver_default:
external: true
```