Fixing firewall json names smarthost proxy catalog file

This commit is contained in:
2022-09-25 20:12:13 +00:00
parent c516fc65c7
commit 5e07b2e22f

View File

@@ -117,7 +117,7 @@
"START_ON_BOOT": "true", "START_ON_BOOT": "true",
"CMD": "null", "CMD": "null",
"PRE_START": "null", "PRE_START": "null",
"POST_START": [ "firewall_backend1-zc93hhth" ] "POST_START": [ "firewall-backend1" ]
}, },
{ {
"IMAGE": "registry.format.hu/nginx:1.21", "IMAGE": "registry.format.hu/nginx:1.21",
@@ -165,7 +165,7 @@
"START_ON_BOOT": "true", "START_ON_BOOT": "true",
"CMD": "null", "CMD": "null",
"PRE_START": "null", "PRE_START": "null",
"POST_START": [ "firewall_backend2-g4rg38th" ] "POST_START": [ "firewall-backend2" ]
} }
] ]
} }