We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576298f commit f571d32Copy full SHA for f571d32
postgresql-pgadmin/compose.yaml
@@ -5,7 +5,7 @@ services:
5
environment:
6
- POSTGRES_USER=${POSTGRES_USER}
7
- POSTGRES_PASSWORD=${POSTGRES_PW}
8
- - POSTGRES_DB=${POSTGRES_DB} #optional (specify default database instead of $POSTGRES_USER)
+ - POSTGRES_DB=${POSTGRES_DB} #optional (specify default database instead of $POSTGRES_DB)
9
ports:
10
- "5432:5432"
11
restart: always
0 commit comments