Run container using privileges

This commit is contained in:
TheThomaas 2023-05-26 19:32:15 +02:00
parent c48adfdccc
commit ecaded50d6

View file

@ -14,4 +14,5 @@ services:
GITEA_RUNNER_REGISTRATION_TOKEN: $GITEA_RUNNER_TOKEN
GITEA_RUNNER_UID: 1000
GITEA_RUNNER_GID: 1000
GITEA_RUNNER_JOB_CONTAINER_PRIVILEGED: true
restart: unless-stopped