diff --git a/compose.yml b/compose.yml index c98d8d4..da8a13e 100644 --- a/compose.yml +++ b/compose.yml @@ -17,7 +17,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "coop-cloud.${STACK_NAME}.version=0.1.0+1.20.0" - "backupbot.backup=true" - - "backupbot.backup.path=/var/www/" + - "backupbot.backup.path=/etc/nginx/" healthcheck: test: ["CMD", "curl", "-f", "http://localhost"] interval: 30s