feat: Adds priviledged to the container.
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
|||||||
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
|
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
|
||||||
GITEA_RUNNER_NAME: "${GITEA_RUNNER_NAME}"
|
GITEA_RUNNER_NAME: "${GITEA_RUNNER_NAME}"
|
||||||
GITEA_RUNNER_LABELS: "${GITEA_RUNNER_LABELS}"
|
GITEA_RUNNER_LABELS: "${GITEA_RUNNER_LABELS}"
|
||||||
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- 8088:8088
|
- 8088:8088
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user