mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
feat: add openim fix env
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user