Skip to content

Commit

Permalink
Do not expose Postgres port. It's not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarras committed Nov 20, 2023
1 parent b1f393a commit 80e9112
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ services:
- postgres_data:/var/lib/postgresql/data
networks:
- default
ports:
- "0.0.0.0:5432:5432"
healthcheck:
test: "exit 0"
environment:
Expand Down

0 comments on commit 80e9112

Please sign in to comment.