mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 03:06:08 +02:00
Switch to new nginx companion registry.
As stated in https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion/ the the project has moved to a new registry and therefore that should be used instead.
This commit is contained in:
parent
b67f507e77
commit
d426ef9360
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ services:
|
|||
- proxy-tier
|
||||
|
||||
letsencrypt-companion:
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
image: nginxproxy/acme-companion
|
||||
restart: always
|
||||
volumes:
|
||||
- certs:/etc/nginx/certs
|
||||
|
|
Loading…
Add table
Reference in a new issue