2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 12:27:17 +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

@@ -17,7 +17,7 @@ services:
- "./data/data:/var/opt/gitlab"
shm_size: ${GITLAB_SHM_SIZE}
healthcheck:
test: ["CMD-SHELL", "curl -fsSL http://localhost:80/-/health || exit 1"]
test: [ "CMD-SHELL", "curl -fsSL http://localhost:80/-/health || exit 1" ]
interval: 60s
timeout: 30s
retries: 5