diff --git a/docker-compose.yml b/docker-compose.yml index 97c66cd..142fa72 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,9 +4,9 @@ services: image: ghcr.io/0x90d/vdf-web:latest # image: jlesage/video-duplicate-finder:latest healthcheck: - test: ["CMD-SHELL", "nc -z 127.0.0.1 8080 || exit 1"] - interval: 10s - timeout: 5s + test: ["CMD", "dotnet", "--info"] + interval: 60s + timeout: 10s retries: 3 start_period: 90s # security_opt: