add default env vars

This commit is contained in:
Asif Bacchus 2019-10-17 00:13:51 -06:00
parent 32b8ac65a7
commit cc1fe51539
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ COPY sites /etc/nginx/sites/
EXPOSE 80 443
# default environment variables
ENV SERVER_NAME="_"
ENV SERVER_NAMES="_"
ENV HSTS=FALSE
ENV TLS13_ONLY=FALSE
# entrypoint script
ENTRYPOINT [ "/entrypoint.sh" ]