modified: serv_nginx/docker-compose.yml

fix bag with 3 retares
This commit is contained in:
2025-10-06 00:27:13 +05:00
parent 30aed452f6
commit 67e34a26b5
+1 -1
View File
@@ -67,7 +67,7 @@ services:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/health"]
interval: 30s
timeout: 10s
retries: 3s
retries: 3
db:
image: postgres:15-alpine