Minor bugfix
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
{ "TYPE": "udp" },
|
||||
{ "TARGET_PORT_1": "53" },
|
||||
{ "TARGET_PORT_2": "67" },
|
||||
{ "TARGET_PORT_2": "68" },
|
||||
{ "TARGET_PORT_3": "68" },
|
||||
{ "COMMENT": "smarthost_proxy_dns" }
|
||||
],
|
||||
"EXTRA": "--privileged --rm",
|
||||
|
@@ -68,8 +68,8 @@
|
||||
"DEPEND": [ "proxy-dns" ],
|
||||
"START_ON_BOOT": "true",
|
||||
"CMD": "null",
|
||||
"PRE_START": [ "firewall-dns" ],
|
||||
"POST_START": [ "firewall-letsencrypt", "firewall-smarhost-loadbalancer" ]
|
||||
"PRE_START": [ ],
|
||||
"POST_START": [ "firewall-dns", "firewall-letsencrypt", "firewall-smarhost-loadbalancer" ]
|
||||
},
|
||||
{
|
||||
"IMAGE": "registry.format.hu/nginx:1.21",
|
||||
|
Reference in New Issue
Block a user