1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00

Fix Typo postgresql-pgadmin compose (#289)

Signed-off-by: Rick <65357976+RickyAlbanese@users.noreply.github.com>
Signed-off-by: Andrew Maguire <andrewm4894@gmail.com>
This commit is contained in:
Rick 2022-09-19 08:58:54 -07:00 committed by Andrew Maguire
parent ab8e03c500
commit 36fedc4a51

View file

@ -5,7 +5,7 @@ services:
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PW} - 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: ports:
- "5432:5432" - "5432:5432"
restart: always restart: always