fix pgadmin workstation name (#2088)

The generated name did not follow the pattern of the other.
This commit is contained in:
Guilherme A. Girardi 2019-04-18 20:54:13 -03:00 committed by Shao Yu-Lung (Allen)
parent a03c225e27
commit 83a24efa70

View File

@ -597,7 +597,6 @@ services:
### pgAdmin ############################################## ### pgAdmin ##############################################
pgadmin: pgadmin:
container_name: pgadmin
image: dpage/pgadmin4:latest image: dpage/pgadmin4:latest
environment: environment:
- "PGADMIN_DEFAULT_EMAIL=${PGADMIN_DEFAULT_EMAIL}" - "PGADMIN_DEFAULT_EMAIL=${PGADMIN_DEFAULT_EMAIL}"