chore(forgejo): update Docker daemon binding address to localhost

This commit is contained in:
Ben Martin 2025-02-24 17:58:27 +00:00
parent aee763b9ee
commit bd4b8d23c0
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -205,7 +205,7 @@ job "forgejo" {
privileged = true
command = "dockerd"
args = ["-H=tcp://0.0.0.0:2375", "--tls=false"]
args = ["-H=tcp://127.0.0.1:2375", "--tls=false"]
mount {
type = "bind"