Disable proof key validation for OnlyOffice

This commit is contained in:
Michael Barz
2024-08-02 12:37:22 +02:00
committed by GitHub
parent 32ee080a3c
commit 05053a802e

View File

@@ -31,6 +31,7 @@ services:
COLLABORATION_APP_INSECURE: "${INSECURE:-true}"
COLLABORATION_CS3API_DATAGATEWAY_INSECURE: "${INSECURE:-true}"
COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info}
COLLABORATION_APP_PROOF_DISABLE: "true"
volumes:
- ocis-config:/etc/ocis
labels: