fix: use path that exists

This commit is contained in:
decentral1se 2023-09-07 15:16:21 +02:00
parent 0f25493def
commit d1a4bf43e0
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -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