Config json example fixed

This commit is contained in:
Louis Lacoste 2022-09-13 16:35:10 +02:00
parent 4024a22c3c
commit a293e8a416

View file

@ -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-secure":["Web HTTPS port", 443, 443]
}