From d1a4bf43e0e1755922f7eed7fe28b36ac8448798 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 7 Sep 2023 15:16:21 +0200 Subject: [PATCH] fix: use path that exists --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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