瀏覽代碼

fix: compose

master
Blaz Smehov 1 月之前
父節點
當前提交
22c2684dc9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      build/docker-compose.yaml

+ 1
- 1
build/docker-compose.yaml 查看文件

@@ -39,7 +39,7 @@ services:

kafka-init:
image: apache/kafka:3.9.0
command: [ "/bin/bash", "-c", "chmod +x /tmp/create_topic.sh && /tmp/create_topic.sh"]
command: [ "sh", "-c", "ls -l /tmp/create_topic.sh && /tmp/create_topic.sh" ]
depends_on:
kafka:
condition: service_healthy


Loading…
取消
儲存