Sfoglia il codice sorgente

fix for portainer build fail

justadri 1 mese fa
parent
commit
7501c95e5b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -43,6 +43,6 @@ services:
       - API_HOST=http://kokoro-fastapi  # Set TTS service URL
       - API_PORT=8880  # Set TTS service PORT
       - VOICE_SPEED=${VOICE_SPEED}
+      - DOCKER_BUILDKIT=0
     labels:
       com.centurylinklabs.watchtower.enable: false
-