add ws port

This commit is contained in:
vincent 2022-09-18 14:48:52 +02:00
parent 29c395395e
commit ff9f930747

View File

@ -38,7 +38,7 @@ job "deconz" {
}
config {
image = "deconzcommunity/deconz"
ports = ["http"]
ports = ["http","ws"]
privileged = true
volumes = [
"/mnt/diskstation/nomad/deconz:/opt/deCONZ",