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 { config {
image = "deconzcommunity/deconz" image = "deconzcommunity/deconz"
ports = ["http"] ports = ["http","ws"]
privileged = true privileged = true
volumes = [ volumes = [
"/mnt/diskstation/nomad/deconz:/opt/deCONZ", "/mnt/diskstation/nomad/deconz:/opt/deCONZ",