Skip to content

Commit

Permalink
update zwave UI container name
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 17, 2023
1 parent cad32b6 commit 47a7c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @summary Configure ZWavejs2Mqtt
# @summary Configure ZWave-js-ui
#
# @param datadir sets where the data is persisted
# @param dongle sets the device path for the USB dongle
Expand Down Expand Up @@ -33,7 +33,7 @@
}

-> docker::container { 'zwave':
image => 'zwavejs/zwavejs2mqtt:latest',
image => 'zwavejs/zwave-js-ui:latest',
args => [
"--device=${dongle}:/dev/zwave",
"-v ${datadir}/store:/usr/src/app/store",
Expand Down

0 comments on commit 47a7c2f

Please sign in to comment.