fixed docker-compose file
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2026-01-18 20:06:58 +06:00
parent 643987d211
commit 217804b011

View File

@@ -26,10 +26,10 @@ services:
- mc-panel-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/"]
interval: 30s
timeout: 10s
interval: 30
timeout: 10
retries: 3
start_period: 60s
start_period: 60
# Nginx reverse proxy (опционально)
nginx: