2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 11:17:16 +08:00

feat: 格式化代码

This commit is contained in:
2026-01-31 02:59:45 +08:00
parent 58ddb4f512
commit 5bdb295d5a
44 changed files with 132 additions and 52 deletions

View File

@@ -8,7 +8,7 @@ services:
- HIDE_PHP_VERSION=true
- PMA_ARBITRARY=1
healthcheck:
test: ["CMD-SHELL", "curl -fsSL http://localhost:80 || exit 1"]
test: [ "CMD-SHELL", "curl -fsSL http://localhost:80 || exit 1" ]
interval: 30s
timeout: 10s
retries: 3