File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ services:
19
19
environment :
20
20
- PGDATA=/var/lib/postgresql/data/guacamole
21
21
- POSTGRES_DB=guacamole_db
22
- - POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234
23
22
- POSTGRES_USER=guacamole_user
23
+ - POSTGRES_PASSWORD=ChooseYourOwnPasswordHere1234
24
24
volumes :
25
25
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/init:/docker-entrypoint-initdb.d:z
26
26
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/guacamole/psql/data:/var/lib/postgresql/data:Z
@@ -37,10 +37,10 @@ services:
37
37
- postgres
38
38
environment :
39
39
- 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
44
44
links :
45
45
- guacd
46
46
ports :
You can’t perform that action at this time.
0 commit comments