Update docker-compose.yml
This commit is contained in:
parent
ddaf4ce272
commit
0ae290be22
|
|
@ -12,4 +12,6 @@ services:
|
|||
GITEA_RUNNER_NAME: gitea-runner
|
||||
GITEA_INSTANCE_URL: 'https://gitea.${LOCAL_DOMAIN}'
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: $GITEA_RUNNER_TOKEN
|
||||
GITEA_RUNNER_UID: 1000
|
||||
GITEA_RUNNER_GID: 1000
|
||||
restart: unless-stopped
|
||||
Loading…
Reference in a new issue