fix: fix: edge.hcl uses Docker hostname routing — forgejo/woodpecker/chat upstreams unreachable in Nomad (#1031) #1032
1 changed files with 3 additions and 2 deletions
|
|
@ -193,8 +193,9 @@ EOT
|
||||||
|
|
||||||
config {
|
config {
|
||||||
# Use same disinto/agents:local image as other agents.
|
# Use same disinto/agents:local image as other agents.
|
||||||
image = "disinto/agents:local"
|
image = "disinto/agents:local"
|
||||||
force_pull = false
|
force_pull = false
|
||||||
|
network_mode = "host"
|
||||||
|
|
||||||
# apparmor=unconfined matches docker-compose.
|
# apparmor=unconfined matches docker-compose.
|
||||||
security_opt = ["apparmor=unconfined"]
|
security_opt = ["apparmor=unconfined"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue