فهرست منبع

chore: format code (dev-f3ee76f)

github-actions[bot] 3 ماه پیش
والد
کامیت
d3fc2525fc
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      docker-compose.yaml

+ 2 - 1
docker-compose.yaml

@@ -67,7 +67,8 @@ services:
       - "${APP_PORT:-23000}:${APP_PORT:-23000}"
     restart: unless-stopped
     healthcheck:
-      test: ["CMD-SHELL", "curl -f http://localhost:${APP_PORT:-23000}/api/actions/health || exit 1"]
+      test:
+        ["CMD-SHELL", "curl -f http://localhost:${APP_PORT:-23000}/api/actions/health || exit 1"]
       interval: 30s
       timeout: 5s
       retries: 3