Merge branch 'coollabsio:main' into vaultwarden-fix

This commit is contained in:
Evan
2024-05-27 16:04:02 +08:00
committed by GitHub
275 changed files with 4106 additions and 1928 deletions

View File

@@ -23,7 +23,7 @@ services:
volumes:
- vaultwarden-data:/data
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s
timeout: 10s
retries: 15