Changing IP name convention in firewall rules defintions
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
},
|
||||
{
|
||||
"IMAGE": "registry.format.hu/nginx:1.21",
|
||||
"NAME": "smarthost_backend1-zc93hhth",
|
||||
"NAME": "smarthost_backend-1",
|
||||
"ROLES": "smarthost-backend-proxy",
|
||||
"MEMORY": "64M",
|
||||
"IP": "172.18.104.2",
|
||||
@@ -117,11 +117,11 @@
|
||||
"START_ON_BOOT": "true",
|
||||
"CMD": "null",
|
||||
"PRE_START": "null",
|
||||
"POST_START": [ "firewall-backend1" ]
|
||||
"POST_START": [ "firewall-backend" ]
|
||||
},
|
||||
{
|
||||
"IMAGE": "registry.format.hu/nginx:1.21",
|
||||
"NAME": "smarthost_backend2-g4rg38th",
|
||||
"NAME": "smarthost_backend-2",
|
||||
"ROLES": "smarthost-backend-proxy",
|
||||
"MEMORY": "64M",
|
||||
"IP": "172.18.105.2",
|
||||
@@ -165,7 +165,7 @@
|
||||
"START_ON_BOOT": "true",
|
||||
"CMD": "null",
|
||||
"PRE_START": "null",
|
||||
"POST_START": [ "firewall-backend2" ]
|
||||
"POST_START": [ "firewall-backend" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user