mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
root user for kafka
This commit is contained in:
parent
b76816bc14
commit
24a7112136
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user