Skip to content

Commit

Permalink
bind docker compose services to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Aug 22, 2024
1 parent f098381 commit b739b10
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 @@ -15,7 +15,7 @@ services:
command: >-
--jit=false
ports:
- "5432:5432"
- "127.0.0.1:5432:5432"

saffier_alt:
restart: always
Expand All @@ -30,7 +30,7 @@ services:
command: >-
--jit=false
ports:
- "5433:5432"
- "127.0.0.1:5433:5432"

volumes:
saffier:
Expand Down

0 comments on commit b739b10

Please sign in to comment.