This commit is contained in:
孙小云 2025-06-06 09:00:37 +08:00
parent 026b312331
commit 050b6f8b2f
1 changed files with 0 additions and 2 deletions

View File

@ -57,8 +57,6 @@ docker run -d \
-e KAFKA_CFG_LOG_RETENTION_HOURS=168 \
-e KAFKA_CFG_LOG_RETENTION_BYTES=-1 \
-e KAFKA_CFG_DELETE_TOPIC_ENABLE=true \
--env TZ=Asia/Shanghai \
--mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \
--mount type=volume,source=${KAFKA_DATA},target=/bitnami/kafka \
--memory ${KAFKA_MEMORY} \
--restart unless-stopped \