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 SET_CONTAINER_TIMEZONE false
ENV CONTAINER_TIMEZONE "" ENV CONTAINER_TIMEZONE ""
ENV DISABLE_AUTH true ENV DISABLE_AUTH false
# manage user www-data # manage user www-data
RUN usermod -u 1000 www-data RUN usermod -u 1000 www-data

View file

@ -16,6 +16,7 @@ load when start image load file in
- SET_CONTAINER_TIMEZONE (false or true) manage time of container - SET_CONTAINER_TIMEZONE (false or true) manage time of container
- CONTAINER_TIMEZONE timezone of container - CONTAINER_TIMEZONE timezone of container
- DISABLE_AUTH (false or true) allows you to disable auth on nginx
- WEBUSER (default user) - WEBUSER (default user)
- WEBPASSWORD (default pass) - WEBPASSWORD (default pass)
- COLOR (default blue) for web ihm (blue, green, grey, greydark, orange, purple, red) - COLOR (default blue) for web ihm (blue, green, grey, greydark, orange, purple, red)