Skip to content

Commit

Permalink
local-dev: fix pgadmin name
Browse files Browse the repository at this point in the history
commit makes pgadmin local dev container name consistent with others.

Signed-off-by: ldelossa <ldelossa@redhat.com>
  • Loading branch information
ldelossa authored and ldelossa committed Nov 30, 2020
1 parent a576bf2 commit 550f6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
start_period: 10s

pgadmin:
container_name: pgadmin
container_name: clair-pgadmin
image: dpage/pgadmin4:latest
environment:
PGADMIN_DEFAULT_EMAIL: clair@clair.com
Expand Down

0 comments on commit 550f6b9

Please sign in to comment.