Set Searxng to network_mode host

This commit is contained in:
Zuma 2025-11-08 17:01:43 +01:00
parent 255a0e0e61
commit d5a096627c

View file

@ -13,6 +13,7 @@ job "searxng" {
config { config {
image = "searxng/searxng:latest" image = "searxng/searxng:latest"
network_mode = "host"
ports = [ "http_port" ] ports = [ "http_port" ]
} }