mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-24 05:35:32 +02:00
hoepfully fixing some permission issues
This commit is contained in:
@@ -101,8 +101,10 @@ You will find the channel here: https://t.me/buanet_tutorials
|
||||
|
||||
## Changelog
|
||||
|
||||
### v4.1.1beta (2020-01-17)
|
||||
* updated openzwave to version 1.6.1007
|
||||
### v4.1.2beta (2020-02-02)
|
||||
* 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)
|
||||
* improved readme.md
|
||||
|
||||
@@ -86,4 +86,4 @@ ENV ADMINPORT=8081 \
|
||||
ZWAVE="false"
|
||||
|
||||
# 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"
|
||||
|
||||
# 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