Skip to content

Commit ec68a67

Browse files
authored
adjust env vars
1 parent 355c97a commit ec68a67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/guacamole/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ services:
1919
environment:
2020
- PGDATA=/var/lib/postgresql/data/guacamole
2121
- POSTGRES_DB=guacamole_db
22-
- POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234
2322
- POSTGRES_USER=guacamole_user
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
@@ -37,10 +37,10 @@ services:
3737
- postgres
3838
environment:
3939
- GUACD_HOSTNAME=guacd
40-
- POSTGRES_DATABASE=guacamole_db
41-
- POSTGRES_HOSTNAME=postgres
42-
- POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234
43-
- POSTGRES_USER=guacamole_user
40+
- POSTGRESQL_HOSTNAME=postgres
41+
- POSTGRESQL_DATABASE=guacamole_db
42+
- POSTGRESQL_USER=guacamole_user
43+
- POSTGRESQL_PASSWORD=ChooseYourOwnPasswordHere1234
4444
links:
4545
- guacd
4646
ports:

0 commit comments

Comments
 (0)