Revert forgejo-runner bug fix
This commit is contained in:
parent
585d152b62
commit
abf0a792ca
4 changed files with 0 additions and 5 deletions
|
@ -1,2 +0,0 @@
|
|||
[containers]
|
||||
userns="host"
|
|
@ -1,6 +1,5 @@
|
|||
[Container]
|
||||
Image=ghcr.io/browserless/chromium
|
||||
UserNS=auto
|
||||
Tmpfs=/home/blessuser:mode=1777
|
||||
Environment=DEBUG=-*
|
||||
PublishPort=3000:3000
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[Container]
|
||||
Image=git.strypsteen.com/infra/code-server
|
||||
UserNS=auto
|
||||
ReadOnly=false
|
||||
AddDevice=/dev/kvm
|
||||
AddDevice=/dev/net/tun
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
Restart=on-failure
|
||||
[Container]
|
||||
Image=code.forgejo.org/forgejo/runner:6
|
||||
UserNS=auto
|
||||
SecurityLabelDisable=true
|
||||
Exec=forgejo-runner daemon -c /etc/forgejo-runner/config.yaml
|
||||
Volume=/run/podman:/run/podman:U
|
||||
|
|
Loading…
Add table
Reference in a new issue