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:
parent
ab8e03c500
commit
36fedc4a51
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue