Skip to content

Commit

Permalink
Don't map PostgreSQL port to host
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Feb 11, 2024
1 parent 3525851 commit b61ae0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compose/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ services:
- web

postgres:
ports:
- "5432:5432"
environment:
POSTGRES_PASSWORD: "postgres"
profiles:
Expand Down

0 comments on commit b61ae0e

Please sign in to comment.