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