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:
image: "${KAFKA_IMAGE}"
container_name: kafka
user: root
restart: always
ports:
- "19094:9094"