diff --git a/abra.sh b/abra.sh index 50df95c..3ad0c18 100644 --- a/abra.sh +++ b/abra.sh @@ -1,2 +1,2 @@ -export NGINX_DEFAULT_CONF_VERSION=v5 +export NGINX_DEFAULT_CONF_VERSION=v6 export ENTRYPOINT_CONF_VERSION=v3 diff --git a/compose.yml b/compose.yml index f86f791..eda4e29 100644 --- a/compose.yml +++ b/compose.yml @@ -19,7 +19,7 @@ services: - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - - "coop-cloud.${STACK_NAME}.version=1.8.0+1.27.4" + - "coop-cloud.${STACK_NAME}.version=1.8.1+1.27.4" - "backupbot.backup=true" - "backupbot.backup.path=/usr/share/nginx/html" environment: