Config json example fixed
This commit is contained in:
parent
4024a22c3c
commit
a293e8a416
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# "service-name":["Description", internal_port, external_port]
|
|
||||||
{
|
{
|
||||||
|
"service-name":["Description", internal_port, external_port],
|
||||||
"web":["Web HTTP port", 80, 80],
|
"web":["Web HTTP port", 80, 80],
|
||||||
"web-secure":["Web HTTPS port", 443, 443]
|
"web-secure":["Web HTTPS port", 443, 443]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue