mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-20 21:03:53 +01:00
Switch to new nginx companion registry. (#1571)
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
603c2ead2e
commit
d82bc95d11
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…
Reference in a new issue