From 71d4328e93bd957b1b6623be19f47fa0f6c52a51 Mon Sep 17 00:00:00 2001 From: Felix Dobler Date: Sat, 1 Mar 2025 22:57:09 +0100 Subject: [PATCH] fix: set compose path separator for windows support --- deployments/examples/opencloud_full/.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployments/examples/opencloud_full/.env b/deployments/examples/opencloud_full/.env index 6de73fd91c..f6cee4de97 100644 --- a/deployments/examples/opencloud_full/.env +++ b/deployments/examples/opencloud_full/.env @@ -239,6 +239,9 @@ WOPISERVER_ONLYOFFICE_DOMAIN= # Domain for Inbucket. Defaults to "mail.opencloud.test". INBUCKET_DOMAIN= +### Compose Configuration ### +# Path separator for supplemental compose files specified in COMPOSE_FILE. +COMPOSE_PATH_SEPARATOR=: ## IMPORTANT ## # This MUST be the last line as it assembles the supplemental compose files to be used.