Add ports for modbusproxy.
This commit is contained in:
@@ -11,6 +11,9 @@ job "evcc" {
|
|||||||
port "p8887" { static = 8887 }
|
port "p8887" { static = 8887 }
|
||||||
port "p7090" { static = 7090 }
|
port "p7090" { static = 7090 }
|
||||||
port "p9522" { static = 9522 }
|
port "p9522" { static = 9522 }
|
||||||
|
port "p5021" { static = 5021 }
|
||||||
|
port "p5022" { static = 5022 }
|
||||||
|
port "p5023" { static = 5023 }
|
||||||
}
|
}
|
||||||
|
|
||||||
task "server" {
|
task "server" {
|
||||||
@@ -23,6 +26,9 @@ job "evcc" {
|
|||||||
"p8887",
|
"p8887",
|
||||||
"p7090",
|
"p7090",
|
||||||
"p9522",
|
"p9522",
|
||||||
|
"p5021",
|
||||||
|
"p5022",
|
||||||
|
"p5023",
|
||||||
]
|
]
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user