Skip to content

Commit

Permalink
feat: update docker-compose-pgadmin.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
huang06 authored Oct 16, 2023
1 parent 1f6ba61 commit acdff6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-pgadmin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.8' # optional since v1.27.0
services:
pgadmin:
image: docker.io/dpage/pgadmin4:6.12
image: docker.io/dpage/pgadmin4:7.7
environment:
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:-pgadmin4@pgadmin.org}
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-admin}
Expand Down

0 comments on commit acdff6d

Please sign in to comment.