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