Update docker-compose.yml

This commit is contained in:
LRVT
2026-07-22 13:40:05 +02:00
committed by GitHub
parent 62ddefe316
commit fb2feeb815

View File

@@ -35,11 +35,14 @@ services:
- guacd
- postgres
environment:
- GUACAMOLE_HOME=/etc/guacamole # pseudo home path; placed extensions and contents are moved to /opt/guacamole inside the container
- GUACD_HOSTNAME=guacd
- POSTGRESQL_HOSTNAME=postgres
- POSTGRESQL_DATABASE=guacamole_db
- POSTGRESQL_USER=guacamole_user
- POSTGRESQL_USERNAME=guacamole_user
- POSTGRESQL_PASSWORD=ChooseYourOwnPasswordHere1234
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/customization/extensions:/etc/guacamole/extensions:ro
links:
- guacd
ports: