mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-02 05:52:54 +02:00
added ENV for usb devices
This commit is contained in:
@@ -79,7 +79,8 @@ ENV DEBIAN_FRONTEND="teletype" \
|
||||
SETUID=1000 \
|
||||
SETGID=1000 \
|
||||
AVAHI="false" \
|
||||
ZWAVE="false"
|
||||
ZWAVE="false" \
|
||||
USBDEVICES="none"
|
||||
|
||||
# Run startup-script
|
||||
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]
|
||||
|
||||
Reference in New Issue
Block a user