refactor: move hostname detection to entrypoint

This commit is contained in:
Asif Bacchus
2021-05-13 14:04:29 -06:00
parent e17624864c
commit 720d110135
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ RUN apk --no-cache add \
# set environment variables
ENV TZ=Etc/UTC
ENV LOCAL_HOSTNAME=${HOSTNAME}
ENV LOCAL_HOSTNAME=""
ENV LOCAL_DOMAINNAME=""
ENV LOCAL_ENCRYPTION=false
ENV SMARTHOST=""