mirror of
https://github.com/acepanel/templates.git
synced 2026-02-04 12:27:17 +08:00
feat: 格式化代码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user