added env "adminport"

This commit is contained in:
Andre
2019-11-11 10:43:04 +01:00
committed by GitHub
parent 3f976baad7
commit 063b21a0d1

View File

@@ -75,13 +75,11 @@ ENV DEBIAN_FRONTEND="teletype" \
LC_ALL="de_DE.UTF-8" \
TZ="Europe/Berlin" \
PACKAGES="vi" \
AVAHI="false" \
ADMINPORT=8081 \
SETUID=1000 \
SETGID=1000 \
AVAHI="false" \
ZWAVE="false"
# Setting up EXPOSE for Admin
EXPOSE 8081/tcp
# Run startup-script
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]