mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-07 08:22:55 +02:00
added env "adminport"
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user