Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion database/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- ./address_streetname.sql:/docker-entrypoint-initdb.d/08-address_streetname.sql

dba:
image: dpage/pgadmin4:5.7
image: dpage/pgadmin4:9.10
container_name: base_registries_dba
hostname: base_registries_dba
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- 5432:5432

dba:
image: dpage/pgadmin4:5.7
image: dpage/pgadmin4:9.10
container_name: base-registries-dba
hostname: base-registries-dba
environment:
Expand Down
Loading