Skip to content

Commit

Permalink
Fix Typo postgresql-pgadmin compose (docker#289)
Browse files Browse the repository at this point in the history
Signed-off-by: Rick <[email protected]>
  • Loading branch information
cherry-pick-rick authored Sep 19, 2022
1 parent 576298f commit f571d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql-pgadmin/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PW}
- POSTGRES_DB=${POSTGRES_DB} #optional (specify default database instead of $POSTGRES_USER)
- POSTGRES_DB=${POSTGRES_DB} #optional (specify default database instead of $POSTGRES_DB)
ports:
- "5432:5432"
restart: always
Expand Down

0 comments on commit f571d32

Please sign in to comment.