Update healthcheck
This commit is contained in:
+3
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user