mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
Added docker-compose config for nginx-basic-auth.
This commit is contained in:
parent
c3f22fe989
commit
5947e262fc
5 changed files with 36 additions and 4 deletions
4
examples/nginx-basic-auth/Dockerfile
Normal file
4
examples/nginx-basic-auth/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue