This commit is contained in:
2025-03-03 22:27:28 +03:00
parent e34896046b
commit 0cea709572
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ services:
depends_on:
- redis
healthcheck:
test: [ "CMD", "python3", "/app/test.py" ]
test: [ "CMD", "python3", "/proxy/test.py" ]
interval: 30s
timeout: 10s
retries: 3