chore(forgejo): revert docker_host setting to '-' and update options for Docker
This commit is contained in:
parent
c498d6c1f2
commit
2e247632d0
1 changed files with 2 additions and 2 deletions
|
@ -129,10 +129,10 @@ job "forgejo" {
|
|||
network: "host"
|
||||
enable_ipv6: false
|
||||
privileged: true
|
||||
options:
|
||||
options: "-e DOCKER_HOST=tcp://127.0.0.1:2375"
|
||||
workdir_parent:
|
||||
valid_volumes: []
|
||||
docker_host: "automount"
|
||||
docker_host: "-"
|
||||
force_pull: false
|
||||
host:
|
||||
workdir_parent:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue