Docker buid issue

This commit is contained in:
2025-10-17 10:02:44 +05:30
parent 4a1d0dbf9a
commit f64ddcca93
3 changed files with 9 additions and 7 deletions

View File

@ -63,11 +63,11 @@ services:
condition: service_healthy
restart: always
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:80"]
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:80/index.html"]
interval: 30s
timeout: 10s
retries: 3
start_period: 40s
retries: 5
start_period: 60s
networks:
vending-network: