add pod-server to the 'rush docker' command (#8948)

Signed-off-by: Alexey Aristov <aav@acm.org>
This commit is contained in:
Alexey Aristov
2025-05-15 20:55:09 +05:00
committed by GitHub
parent ca90edacae
commit e66b92123b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ services:
volumes:
- files:/data
healthcheck:
test: ["CMD", "mc", "ready", "local"]
test: ['CMD', 'mc', 'ready', 'local']
interval: 5s
retries: 10
restart: unless-stopped