Skip to content

Commit e76acb6

Browse files
authored
Randomly map postgres db port (#2000)
Signed-off-by: Ryan Hatter <ryan.hatter@astronomer.io> Co-authored-by: Ryan Hatter <ryan.hatter@astronomer.io>
1 parent 363575e commit e76acb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
image: postgres:12.1
3535
container_name: marquez-db
3636
ports:
37-
- "5432:5432"
37+
- "5432"
3838
environment:
3939
- POSTGRES_USER=postgres
4040
- POSTGRES_PASSWORD=password
@@ -48,4 +48,4 @@ services:
4848

4949
volumes:
5050
utils:
51-
db-init:
51+
db-init:

0 commit comments

Comments
 (0)