docker mounts fixed
This commit is contained in:
@@ -4,10 +4,10 @@ services:
|
||||
restart: unless-stopped
|
||||
image: docker.io/gitea/act_runner:0.2.11
|
||||
environment:
|
||||
CONFIG_FILE: ${CONFIG_FILE}
|
||||
CONFIG_FILE: /config.yaml
|
||||
GITEA_INSTANCE_URL: ${GITEA_URL}
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN: ${RUNNER_REGISTRATION_TOKEN}
|
||||
GITEA_RUNNER_NAME: ${RUNNER_NAME}
|
||||
volumes:
|
||||
- ./config.yaml:/config.yaml
|
||||
- ${CONFIG_FILE}:/config.yaml
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user