Skip to content

Commit

Permalink
feat(docker): ⚡ remove ports from postgres docker instance
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed Jul 30, 2022
1 parent fe72d2d commit 07c91e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ services:
- POSTGRES_DB=postgres
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
ports:
- 5432:5432
volumes:
- pgdata:/var/lib/postgresql/data
healthcheck:
Expand Down

0 comments on commit 07c91e9

Please sign in to comment.