Skip to content

Commit e234c53

Browse files
committed
Randomly map postgres db port
Signed-off-by: Ryan Hatter <ryan.hatter@astronomer.io>
1 parent 3fbe2f9 commit e234c53

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)