mirror of
https://github.com/nextcloud/docker.git
synced 2025-05-10 18:40:53 +02:00
Update Nginx-Proxy Docker repository (#1644)
Signed-off-by: Lejo1 <Lejo_1@web.de>
This commit is contained in:
parent
5a189c719d
commit
3619c0caac
9 changed files with 20 additions and 28 deletions
|
@ -61,8 +61,6 @@ services:
|
|||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
labels:
|
||||
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
|
||||
volumes:
|
||||
- certs:/etc/nginx/certs:ro
|
||||
- vhost.d:/etc/nginx/vhost.d
|
||||
|
@ -72,13 +70,13 @@ services:
|
|||
- proxy-tier
|
||||
|
||||
letsencrypt-companion:
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
image: nginxproxy/acme-companion
|
||||
restart: always
|
||||
volumes_from:
|
||||
- proxy
|
||||
volumes:
|
||||
- certs:/etc/nginx/certs
|
||||
- certs:/etc/nginx/certs:rw
|
||||
- acme:/etc/acme.sh
|
||||
- vhost.d:/etc/nginx/vhost.d
|
||||
- html:/usr/share/nginx/html
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
networks:
|
||||
- proxy-tier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue