chore(forgejo): update Docker daemon binding address to localhost
This commit is contained in:
parent
aee763b9ee
commit
bd4b8d23c0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue