diff --git a/abra.sh b/abra.sh index 31c14cf..5f69253 100644 --- a/abra.sh +++ b/abra.sh @@ -50,7 +50,7 @@ install_onlyoffice(){ } set_default_quota(){ - set_app_config files default_quota '"$DEFAULT_QUOTA"' + set_app_config files default_quota "$DEFAULT_QUOTA" } set_authentik(){ diff --git a/compose.yml b/compose.yml index fef9937..d382c17 100644 --- a/compose.yml +++ b/compose.yml @@ -87,6 +87,7 @@ services: order: start-first labels: - "coop-cloud.${STACK_NAME}.version=3.3.0+25.0.5-fpm" + - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "backupbot.backup=true" - "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/" healthcheck: