external uid is now correctly applied

This commit is contained in:
mplogas
2019-08-20 21:59:42 +02:00
parent 9eb183d206
commit 575050d5a4
2 changed files with 21 additions and 15 deletions

View File

@@ -70,7 +70,8 @@ ENV DEBIAN_FRONTEND="teletype" \
LC_ALL="de_DE.UTF-8" \
TZ="Europe/Berlin" \
PACKAGES="nano" \
AVAHI="false"
AVAHI="false" \
HOSTUID=1000
# Setting up EXPOSE for Admin
EXPOSE 8081/tcp