fix: runner registration - working_dir /data et user root
This commit is contained in:
parent
c7b7e6b3f0
commit
e30bcbec61
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@
|
|||
name: forgejo-runner-register
|
||||
image: code.forgejo.org/forgejo/runner:6
|
||||
auto_remove: true
|
||||
working_dir: /data
|
||||
user: "0:0"
|
||||
volumes:
|
||||
- /opt/runner/data:/data
|
||||
command: >
|
||||
|
|
|
|||
Loading…
Reference in a new issue