instead just disabled redirect git

This commit is contained in:
Didier Slof 2023-02-15 14:00:28 +01:00
parent 3de122dbd5
commit 20ca920de9
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 22 additions and 27 deletions

View file

@ -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: