Skip to content

Commit f6d4bc8

Browse files
author
Devdutt Shenoi
committed
port contention
1 parent 0e7456d commit f6d4bc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-distributed-test-with-kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ services:
101101
platform: linux/amd64
102102
command: [ "parseable", "s3-store", ]
103103
expose:
104-
- "8000"
104+
- "8001:8000"
105105
environment:
106106
- P_S3_URL=http://minio:9000
107107
- P_S3_ACCESS_KEY=parseable

docker-compose-distributed-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
platform: linux/amd64
6969
command: [ "parseable", "s3-store", ]
7070
ports:
71-
- "8000"
71+
- "8001:8000"
7272
environment:
7373
- P_S3_URL=http://minio:9000
7474
- P_S3_ACCESS_KEY=parseable

0 commit comments

Comments
 (0)