feat: Adds priviledged to the container.

This commit is contained in:
2025-03-19 15:04:20 -04:00
parent de57120891
commit 27b621837e

View File

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