mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-16 20:08:29 +01:00
Update docker-compose.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user