root user for kafka

pull/2191/head
skiffer-git 2 months ago committed by GitHub
parent b76816bc14
commit 24a7112136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,6 +60,7 @@ services:
kafka:
image: "${KAFKA_IMAGE}"
container_name: kafka
user: root
restart: always
ports:
- "19094:9094"

Loading…
Cancel
Save