pass
This commit is contained in:
parent
b93ba0f0f5
commit
b8bc42a687
|
|
@ -3,13 +3,13 @@ version: '3'
|
|||
services:
|
||||
|
||||
pgadmin:
|
||||
image: dpage/pgadmin4
|
||||
image: dpage/pgadmin4:4.23
|
||||
container_name: "thirdparty-pgadmin"
|
||||
restart: "always"
|
||||
external_links:
|
||||
- "postgres:postgres-host"
|
||||
environment:
|
||||
PGADMIN_DEFAULT_EMAIL: "admin@domain.com"
|
||||
PGADMIN_DEFAULT_EMAIL: "admin"
|
||||
PGADMIN_DEFAULT_PASSWORD: "pgadmin-pass"
|
||||
ports:
|
||||
- "851:80"
|
||||
|
|
|
|||
Loading…
Reference in New Issue