mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-21 05:13:52 +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
|
- proxy-tier
|
||||||
|
|
||||||
letsencrypt-companion:
|
letsencrypt-companion:
|
||||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
image: nginxproxy/acme-companion
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- certs:/etc/nginx/certs
|
- certs:/etc/nginx/certs
|
||||||
|
|
Loading…
Reference in a new issue