Update docker-compose.yml

This commit is contained in:
xxq250 2026-04-13 11:13:12 +08:00
parent ddecc652d6
commit 63c693cdff
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:rw
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: 'https://cdn04132025.gitlink.org.cn/' # 输入服务地址
GITEA_INSTANCE_URL: 'https://cdn04132025.gitlink.org.cn' # 输入服务地址
GITEA_RUNNER_REGISTRATION_TOKEN: 'xxxxxxxxx' # 需要gitea中runner token
ports:
- "8088:8088"