Update docker-compose.yml

This commit is contained in:
TheThomaas 2023-05-24 22:05:17 +02:00
parent 0ae290be22
commit d534f8502e

View file

@ -13,5 +13,5 @@ services:
GITEA_INSTANCE_URL: 'https://gitea.${LOCAL_DOMAIN}'
GITEA_RUNNER_REGISTRATION_TOKEN: $GITEA_RUNNER_TOKEN
GITEA_RUNNER_UID: 1000
GITEA_RUNNER_GID: 1000
GITEA_RUNNER_GID: 113
restart: unless-stopped