13 lines
243 B
Markdown
13 lines
243 B
Markdown
# runner-docker
|
|
|
|
Use this to register the runner
|
|
|
|
```bash
|
|
docker run -it -v $(pwd)/runner.conf:/app/.runner git.itzyanick.de/itzyanick/runner-docker:v1.1.0-2 ./forgejo-runner register
|
|
```
|
|
|
|
Then run the runner
|
|
|
|
```bash
|
|
docker compose up -d
|
|
```
|