diff --git a/compose.yaml b/compose.yaml index 5c53026..9b26dc0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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 \ No newline at end of file