mirror of
https://github.com/docker/awesome-compose.git
synced 2026-07-01 19:10:32 +02:00
Adding postgreSQL / pgAdmin example
Signed-off-by: Leon Stoldt <tech@leon-stoldt.de>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
POSTGRES_USER=yourUser
|
||||
POSTGRES_PW=changeit
|
||||
POSTGRES_DB=postgres
|
||||
PGADMIN_MAIL=your@email.com
|
||||
PGADMIN_PW=changeit
|
||||
Reference in New Issue
Block a user