Browse Source

fix pgadmin workstation name (#2088)

The generated name did not follow the pattern of the other.
Guilherme A. Girardi 6 years ago
parent
commit
83a24efa70
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docker-compose.yml

+ 0 - 1
docker-compose.yml

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