diff --git a/deployments/examples/ocis_full/collabora.yml b/deployments/examples/ocis_full/collabora.yml index deddff4a89..1bbdc3e112 100644 --- a/deployments/examples/ocis_full/collabora.yml +++ b/deployments/examples/ocis_full/collabora.yml @@ -36,7 +36,7 @@ services: COLLABORATION_CS3API_DATAGATEWAY_INSECURE: "${INSECURE:-true}" COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info} volumes: - # configure the .env file to use own paths instead docker internal volumes + # configure the .env file to use own paths instead of docker internal volumes - ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis labels: - "traefik.enable=true" diff --git a/deployments/examples/ocis_full/onlyoffice.yml b/deployments/examples/ocis_full/onlyoffice.yml index 3d929c970b..ebce8c02c4 100644 --- a/deployments/examples/ocis_full/onlyoffice.yml +++ b/deployments/examples/ocis_full/onlyoffice.yml @@ -33,7 +33,7 @@ services: COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info} COLLABORATION_APP_PROOF_DISABLE: "true" volumes: - # configure the .env file to use own paths instead docker internal volumes + # configure the .env file to use own paths instead of docker internal volumes - ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis labels: - "traefik.enable=true"