Hello,
I followed the documentation on
to create a runner with the docker image, using docker-compose, but two problems occurred:
a) docker-compose.yml says that local file ./config.yaml shall be mounted on
/config.yaml, but with this, docker complains and tells me that I am probably
trying to mount a file on a directory or vice versa
b) when I remove that volume completely from docker-compose.yml, the
container starts, but the Gitea web interface shows the runner as offline
and I do not know how to set it online. Furthermore, the docker container
complains that it cannot find a file .runner
Regards
Christoph