Skip to content

Commit

Permalink
Local route 127.0.0.1 appended to dev db container sin docker-compose…
Browse files Browse the repository at this point in the history
….yml (#156)
  • Loading branch information
Daniel-J-Mason authored Mar 18, 2024
1 parent 2870c52 commit e576ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
volumes:
- "trademodule_postgis:/var/lib/postgresql/data"
ports:
- "27730:5432"
- "127.0.0.1:27730:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -d trademodule -U edpn_trademodule"]
interval: 10s
Expand All @@ -60,7 +60,7 @@ services:
volumes:
- "explorationmodule_postgis:/var/lib/postgresql/data"
ports:
- "28302:5432"
- "127.0.0.1:28302:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -d explorationmodule -U edpn_explorationmodule"]
interval: 10s
Expand Down

0 comments on commit e576ef1

Please sign in to comment.