mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-16 20:42:17 +02:00
@@ -101,8 +101,10 @@ You will find the channel here: https://t.me/buanet_tutorials
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### v4.1.1beta (2020-01-17)
|
### v4.1.2beta (2020-02-02)
|
||||||
* updated openzwave to version 1.6.1007
|
* small fix for permissions issues on some systems
|
||||||
|
* v4.1.1beta (2020-01-17)
|
||||||
|
* updated openzwave to version 1.6.1007
|
||||||
|
|
||||||
### v4.1.0 (2020-01-17)
|
### v4.1.0 (2020-01-17)
|
||||||
* improved readme.md
|
* improved readme.md
|
||||||
|
|||||||
@@ -86,4 +86,4 @@ ENV ADMINPORT=8081 \
|
|||||||
ZWAVE="false"
|
ZWAVE="false"
|
||||||
|
|
||||||
# Run startup-script
|
# Run startup-script
|
||||||
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]
|
ENTRYPOINT ["/bin/bash", "-c", "/opt/scripts/iobroker_startup.sh"]
|
||||||
|
|||||||
@@ -86,4 +86,4 @@ ENV ADMINPORT=8081 \
|
|||||||
ZWAVE="false"
|
ZWAVE="false"
|
||||||
|
|
||||||
# Run startup-script
|
# Run startup-script
|
||||||
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]
|
ENTRYPOINT ["/bin/bash", "-c", "/opt/scripts/iobroker_startup.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user