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
  • Loading branch information
Daniel-J-Mason committed Mar 18, 2024
1 parent 2870c52 commit 3830af6
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 3830af6

Please sign in to comment.