Skip to content

Commit f571d32

Browse files
Fix Typo postgresql-pgadmin compose (#289)
Signed-off-by: Rick <[email protected]>
1 parent 576298f commit f571d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql-pgadmin/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
environment:
66
- POSTGRES_USER=${POSTGRES_USER}
77
- POSTGRES_PASSWORD=${POSTGRES_PW}
8-
- POSTGRES_DB=${POSTGRES_DB} #optional (specify default database instead of $POSTGRES_USER)
8+
- POSTGRES_DB=${POSTGRES_DB} #optional (specify default database instead of $POSTGRES_DB)
99
ports:
1010
- "5432:5432"
1111
restart: always

0 commit comments

Comments
 (0)