Added docker-compose config for nginx-basic-auth.

This commit is contained in:
Kevan Ahlquist
2015-12-17 01:31:07 -06:00
parent c3f22fe989
commit 5947e262fc
5 changed files with 36 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM nginx:1.9.9
COPY default.conf /etc/nginx/conf.d/default.conf
COPY users.htpasswd /etc/nginx/users.htpasswd