Skip to content

Commit

Permalink
fix: update port and secure to only 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed May 8, 2024
1 parent 1d723f2 commit bbf232f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hyperchain-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# So 15100 - 'master', 15200 - 'slave', 15300 - 'slave2'

# Database is on 15432
# pgAdmin to manage PostgreSQL DB is on 8432
# pgAdmin to manage PostgreSQL DB is on 15430

services:
reth:
Expand Down Expand Up @@ -56,12 +56,12 @@ services:
pgadmin4:
image: dcagatay/pwless-pgadmin4:latest
ports:
- 8432:80
- 127.0.0.1:15430:80
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: notsecurepassword
POSTGRES_HOST: "host.docker.internal"
POSTGRES_PORT: 15432
POSTGRES_HOST: postgres
POSTGRES_PORT: 5432
restart: unless-stopped

# Master node - that will create the hyperchain
Expand Down

0 comments on commit bbf232f

Please sign in to comment.