Update docker-compose.yml

This commit is contained in:
TheThomaas 2023-05-24 21:48:29 +02:00
parent ddaf4ce272
commit 0ae290be22

View file

@ -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