Skip to content

Commit

Permalink
Randomly map postgres db port (#2000)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hatter <ryan.hatter@astronomer.io>

Co-authored-by: Ryan Hatter <ryan.hatter@astronomer.io>
  • Loading branch information
RNHTTR and RNHTTR authored May 20, 2022
1 parent 3fbe2f9 commit ac7a455
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 @@ -34,7 +34,7 @@ services:
image: postgres:12.1
container_name: marquez-db
ports:
- "5432:5432"
- "5432"
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=password
Expand All @@ -48,4 +48,4 @@ services:

volumes:
utils:
db-init:
db-init:

0 comments on commit ac7a455

Please sign in to comment.