s
Some checks failed
Builder / Build addons (localai-p2p-master, amd64) (push) Failing after 9s
Builder / Build addons (localai-p2p-worker, amd64) (push) Failing after 8s
Validate / validate (push) Failing after 2s
Builder / Create release (push) Has been skipped

This commit is contained in:
2025-05-30 17:53:37 +02:00
parent 0f695a8670
commit 65ce635089
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ RUN apt-get update && \
# Variables d'environnement pour LocalAI
ENV LOCALAI_P2P="true"
ENV LOCALAI_FEDERATED="true"
ENV LOCALAI_FEDERATED="false"
ENV LOCALAI_P2P_LISTEN_PORT="9090"
ENV LOCALAI_ADDRESS="0.0.0.0:8080"
ENV LOCALAI_CORS="true"