feat: add openim fix env

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
pull/1550/head
Xinwei Xiong(cubxxw) 2 years ago
parent b7482f7c6e
commit 8f58b95a10

@ -73,6 +73,7 @@ services:
image: 'bitnami/kafka:${KAFKA_IMAGE_VERSION:-3.5.1}' image: 'bitnami/kafka:${KAFKA_IMAGE_VERSION:-3.5.1}'
container_name: kafka container_name: kafka
restart: always restart: always
user: ${KAFKA_USER:-root}
ports: ports:
- "${KAFKA_PORT:-19094}:9094" - "${KAFKA_PORT:-19094}:9094"
volumes: volumes:

@ -168,7 +168,7 @@ while [[ $# -gt 0 ]]; do
done done
# Generate configuration files if requested # Generate configuration files if requested
if [[ "${FORCE_OVERWRITE}" == true ]]; then if [[ "${FORCE_OVERWRITE}" == true || "${SKIP_EXISTING}" == false ]]; then
generate_config_files generate_config_files
fi fi

Loading…
Cancel
Save