Skip to content

Commit

Permalink
phpPgAdminが動作していないかったので調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Feb 26, 2024
1 parent 0e5f6ce commit 6004600
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/docker-compose.yml.default
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ services:
user: root

bc-pga:
image: dpage/pgadmin4:6
image: dpage/pgadmin4:7.8
container_name: bc-pga
ports:
- 10080:80
- 8000:80
volumes:
- ./pgadmin:/var/lib/pgadmin/storage
environment:
PGADMIN_DEFAULT_EMAIL: [email protected]
PGADMIN_DEFAULT_PASSWORD: root
depends_on:
- bc-pg

0 comments on commit 6004600

Please sign in to comment.