update docker compose

This commit is contained in:
呱呱呱 2023-11-29 09:07:32 +08:00 committed by root
parent 08d986c951
commit 54ca2d02cf
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:rw
environment:
GITEA_INSTANCE_URL: 'http://172.20.32.202:10082' # required
GITEA_INSTANCE_URL: 'http://xxxxxx:10082' # 输入服务地址
GITEA_RUNNER_REGISTRATION_TOKEN: 'xxx' # 需要gitea中runner token
networks:
app_net:
external: true