revert
This commit is contained in:
parent
82cd9ce4a7
commit
ab00467a8a
1 changed files with 5 additions and 2 deletions
|
@ -7,8 +7,7 @@ networks:
|
|||
|
||||
services:
|
||||
proxy:
|
||||
build:
|
||||
context: custom/proxy
|
||||
image: nginxproxy/nginx-proxy:latest
|
||||
container_name: proxy
|
||||
restart: always
|
||||
privileged: true
|
||||
|
@ -17,6 +16,10 @@ services:
|
|||
- 443:443
|
||||
volumes:
|
||||
- /srv/.webcerts:/etc/nginx/certs:rw
|
||||
- /srv/proxy/config/conf.d:/etc/nginx/conf.d
|
||||
- /srv/proxy/other/vhost.d:/etc/nginx/vhost.d
|
||||
- /srv/proxy/data/html:/usr/share/nginx/html
|
||||
- /srv/proxy/config/nginx.conf:/etc/nginx/nginx.conf
|
||||
- /var/run/docker.sock:/tmp/docker.sock
|
||||
labels:
|
||||
- com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true
|
||||
|
|
Reference in a new issue