Skip to content

Commit b1721d5

Browse files
fix port mappings to not conflict with other db
1 parent 5f64971 commit b1721d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/bfd-model-idr/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
container_name: matchbox-db
3333
restart: always
3434
ports:
35-
- "5432:5432"
35+
- "15432:5432"
3636
environment:
3737
POSTGRES_DB: 'matchbox'
3838
POSTGRES_USER: 'matchbox'

0 commit comments

Comments
 (0)