File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
2020 - PGDATA=/var/lib/postgresql/data/guacamole
2121 - POSTGRES_DB=guacamole_db
2222 - POSTGRES_USER=guacamole_user
23- - POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234
23+ - POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234
2424 volumes :
2525 - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/init:/docker-entrypoint-initdb.d:z
2626 - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/data:/var/lib/postgresql/data:Z
@@ -36,7 +36,7 @@ services:
3636 - postgres
3737 environment :
3838 - GUACD_HOSTNAME=guacd
39- - POSTGRESQL_HOSTNAME=postgres
39+ - POSTGRESQL_HOSTNAME=postgres
4040 - POSTGRESQL_DATABASE=guacamole_db
4141 - POSTGRESQL_USER=guacamole_user
4242 - POSTGRESQL_PASSWORD=ChooseYourOwnPasswordHere1234
@@ -45,7 +45,7 @@ services:
4545 ports :
4646 # Guacamole is on :8080/guacamole, not /.
4747 # Default login is guacadmin:guacadmin
48- - 8080:8080/tcp
48+ - 8080:8080/tcp
4949 expose :
5050 - 8080
5151 # networks:
You can’t perform that action at this time.
0 commit comments