Skip to content

Commit 469480a

Browse files
authored
Adds in environment variable in gtm environment for PG data dir (#228)
@see docker-library/postgres#1259
1 parent 4841d35 commit 469480a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.data/gtm/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
PGUSER: postgres
1313
POSTGRES_USER: postgres
1414
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
15+
PGDATA: /var/lib/postgresql/data
1516
ports:
1617
- "5432:5432"
1718
healthcheck:

0 commit comments

Comments
 (0)