Update docker-compose.yml

This commit is contained in:
LRVT
2025-11-27 13:25:42 +01:00
committed by GitHub
parent 572c882fb3
commit f7a5477a0c

View File

@@ -20,7 +20,7 @@ services:
- PGDATA=/var/lib/postgresql/data/guacamole - PGDATA=/var/lib/postgresql/data/guacamole
- POSTGRES_DB=guacamole_db - POSTGRES_DB=guacamole_db
- POSTGRES_USER=guacamole_user - POSTGRES_USER=guacamole_user
- POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234 - POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234
volumes: volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/init:/docker-entrypoint-initdb.d:z - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/init:/docker-entrypoint-initdb.d:z
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/data:/var/lib/postgresql/data:Z - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/data:/var/lib/postgresql/data:Z
@@ -36,7 +36,7 @@ services:
- postgres - postgres
environment: environment:
- GUACD_HOSTNAME=guacd - GUACD_HOSTNAME=guacd
- POSTGRESQL_HOSTNAME=postgres - POSTGRESQL_HOSTNAME=postgres
- POSTGRESQL_DATABASE=guacamole_db - POSTGRESQL_DATABASE=guacamole_db
- POSTGRESQL_USER=guacamole_user - POSTGRESQL_USER=guacamole_user
- POSTGRESQL_PASSWORD=ChooseYourOwnPasswordHere1234 - POSTGRESQL_PASSWORD=ChooseYourOwnPasswordHere1234
@@ -45,7 +45,7 @@ services:
ports: ports:
# Guacamole is on :8080/guacamole, not /. # Guacamole is on :8080/guacamole, not /.
# Default login is guacadmin:guacadmin # Default login is guacadmin:guacadmin
- 8080:8080/tcp - 8080:8080/tcp
expose: expose:
- 8080 - 8080
#networks: #networks: