instead just disabled redirect git
This commit is contained in:
parent
3de122dbd5
commit
20ca920de9
2 changed files with 22 additions and 27 deletions
|
@ -7,9 +7,8 @@ networks:
|
|||
|
||||
services:
|
||||
proxy:
|
||||
# build:
|
||||
# context: custom/proxy
|
||||
image: nginxproxy/nginx-proxy
|
||||
build:
|
||||
context: custom/proxy
|
||||
container_name: proxy
|
||||
restart: always
|
||||
privileged: true
|
||||
|
@ -18,8 +17,6 @@ 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
|
||||
- /var/run/docker.sock:/tmp/docker.sock
|
||||
labels:
|
||||
|
@ -35,8 +32,6 @@ services:
|
|||
- proxy
|
||||
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
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
|
|
Reference in a new issue