root user for kafka

This commit is contained in:
skiffer-git
2024-04-20 09:17:38 +08:00
committed by GitHub
parent b76816bc14
commit 24a7112136
+1
View File
@@ -60,6 +60,7 @@ services:
kafka: kafka:
image: "${KAFKA_IMAGE}" image: "${KAFKA_IMAGE}"
container_name: kafka container_name: kafka
user: root
restart: always restart: always
ports: ports:
- "19094:9094" - "19094:9094"