Apply suggestions from code review

Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
Martin
2024-08-14 16:10:03 +02:00
committed by GitHub
parent 099a93c920
commit fa9849ab67
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"