Fix healthcheck URL in Dockerfile and compose; update README

This commit is contained in:
2026-06-22 00:39:43 -04:00
parent 801b0b97fc
commit dcad421c27
3 changed files with 46 additions and 56 deletions

View File

@@ -17,7 +17,7 @@ services:
- /home/shironeko/Documents/dockerVols/rendiciones/static/cache:/app/static/cache
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-fsS", "http://localhost:5000/login"]
test: ["CMD", "curl", "-fsS", "http://localhost:5000/"]
interval: 30s
timeout: 5s
retries: 3