deluge and nginx streaming
This commit is contained in:
parent
5b183ff4e5
commit
81c5fbacbb
3 changed files with 11 additions and 28 deletions
|
|
@ -8,11 +8,12 @@ services:
|
|||
- 80:80
|
||||
- 443:443
|
||||
environment:
|
||||
- DEFAULT_HOST=${DOMAIN}
|
||||
- DEFAULT_HOST=${HOST_WWW}.${DOMAIN}
|
||||
- DHPARAM_GENERATION=false
|
||||
networks:
|
||||
- srv
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- ${ROOT_INSTALL}/data/nginx-proxy/certs:/etc/nginx/certs
|
||||
- ${ROOT_INSTALL}/data/nginx-proxy/vhost.d:/etc/nginx/vhost.d:ro
|
||||
- ${ROOT_INSTALL}/data/nginx-proxy/vhost.d:/etc/nginx/vhost.d:ro
|
||||
- ${ROOT_INSTALL}/data/nginx-proxy/htpasswd:/etc/nginx/htpasswd
|
||||
Loading…
Add table
Add a link
Reference in a new issue