Sfoglia il codice sorgente

fix: compose

master
Blaz Smehov 1 mese fa
parent
commit
22c2684dc9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      build/docker-compose.yaml

+ 1
- 1
build/docker-compose.yaml Vedi File

@@ -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


Caricamento…
Annulla
Salva