Skip to content

Commit 222fde3

Browse files
author
Devdutt Shenoi
committed
fix: docker compose kafka
1 parent a1b2a64 commit 222fde3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ services:
9494
build:
9595
context: .
9696
dockerfile: Dockerfile.kafka
97+
args: x86_64-linux-gnu
9798
platform: linux/amd64
9899
command: [ "parseable", "s3-store", ]
99100
expose:

docker-compose-test-with-kafka.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ services:
2828
build:
2929
context: .
3030
dockerfile: Dockerfile.kafka
31+
args: x86_64-linux-gnu
3132
platform: linux/amd64
3233
command: [ "parseable", "s3-store", ]
3334
ports:

0 commit comments

Comments
 (0)