modified: serv_nginx/docker-compose.yml

chang path for health check pint
This commit is contained in:
2025-10-08 02:31:09 +05:00
parent d5c768234b
commit b30591432a
+1 -1
View File
@@ -112,7 +112,7 @@ services:
networks:
- bb-network
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/health"]
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/api/health"]
interval: 30s
timeout: 10s
retries: 3