Fix gitea?
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
user = "podman"
|
||||
capabilities = ["DAC_OVERRIDE"]
|
||||
|
||||
[service]
|
||||
name = "gitea-runner"
|
||||
@@ -20,8 +21,11 @@ target = "/config"
|
||||
|
||||
[[mounts]]
|
||||
typ = "bind"
|
||||
source = "/run/podman/podman.sock"
|
||||
source = "/tmp/storage-run-$(id -u)/podman/podman.sock"
|
||||
target = "/var/run/docker.sock"
|
||||
|
||||
[[networks]]
|
||||
name = "gitea-net"
|
||||
|
||||
[[networks]]
|
||||
name = "gitea-net"
|
||||
Reference in New Issue
Block a user