Merge pull request #9695 from owncloud/generate_proofkeys_collabora_example

chore: generate proof keys for collabora
This commit is contained in:
Michael Barz
2024-07-26 12:29:36 +02:00
committed by GitHub

View File

@@ -70,5 +70,6 @@ services:
logging:
driver: ${LOG_DRIVER:-local}
restart: always
command: ["bash", "-c", "coolconfig generate-proof-key ; /start-collabora-online.sh"]
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:9980/hosting/discovery" ]