😗使用root权限进行action
This commit is contained in:
parent
f5a97c24c5
commit
5cd791bdb2
|
|
@ -4,6 +4,7 @@ services:
|
|||
image: code.forgejo.org/forgejo/runner:7.0.0
|
||||
container_name: ${CONTAINER_NAME:-forgejo-runner}
|
||||
restart: always
|
||||
user: root
|
||||
command: "/data/scripts/register.sh"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
|
|
|
|||
Loading…
Reference in New Issue