[nginx-proxy] Add htpasswd volume
This commit is contained in:
parent
5d4619d700
commit
721114b4d5
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ services:
|
|||
- certs:/etc/nginx/certs
|
||||
- vhost:/etc/nginx/vhost.d
|
||||
- html:/usr/share/nginx/html
|
||||
- htpasswd:/etc/nginx/htpasswd
|
||||
networks:
|
||||
- webproxy
|
||||
|
||||
|
@ -51,6 +52,7 @@ volumes:
|
|||
vhost:
|
||||
html:
|
||||
acme:
|
||||
htpasswd:
|
||||
|
||||
networks:
|
||||
webproxy:
|
||||
|
|
Loading…
Reference in a new issue