add refrence to README and set safe default to docker file for auth

This commit is contained in:
Josh Bentley 2019-05-03 12:04:39 +01:00
parent 4c5061f080
commit 60c5697c46
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ LABEL maintainer "fraoustin@gmail.com"
ENV SET_CONTAINER_TIMEZONE false
ENV CONTAINER_TIMEZONE ""
ENV DISABLE_AUTH true
ENV DISABLE_AUTH false
# manage user www-data
RUN usermod -u 1000 www-data