1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-19 07:22:32 +08:00

发布应用 CloudSaver

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen 2025-08-06 17:18:50 +08:00
parent 1d90db0612
commit 58f09f2d9f

View File

@ -22,8 +22,7 @@ services:
environment:
- TZ=Asia/Shanghai
healthcheck:
test: >
CMD-SHELL curl -s -o /dev/null -w "%{http_code}" http://localhost:8008/health | grep -E "^(200|204|301|302|304)$" || exit 1
test: [ "CMD", "sh", "-c", "curl -s -o /dev/null -w '%{http_code}' http://localhost:8008/health | grep -Eq '^(200|204|301|302|304)$'" ]
interval: 30s
timeout: 3s
start_period: 5s