You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/compose/e2e-tests.yaml
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ services:
29
29
KAFKA_CLUSTERS_0_KSQLDBSERVER: http://ksqldb:8088
30
30
31
31
kafka0:
32
-
image: confluentinc/cp-kafka:7.2.1
32
+
image: confluentinc/cp-kafka:7.6.0
33
+
user: "0:0"
33
34
hostname: kafka0
34
35
container_name: kafka0
35
36
healthcheck:
@@ -58,12 +59,10 @@ services:
58
59
KAFKA_INTER_BROKER_LISTENER_NAME: 'PLAINTEXT'
59
60
KAFKA_CONTROLLER_LISTENER_NAMES: 'CONTROLLER'
60
61
KAFKA_LOG_DIRS: '/tmp/kraft-combined-logs'
61
-
volumes:
62
-
- ./scripts/update_run.sh:/tmp/update_run.sh
63
-
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
0 commit comments