From d426ef9360be449126e904f5392137be987a5d9e Mon Sep 17 00:00:00 2001 From: rafgk <71592772+rafgk@users.noreply.github.com> Date: Mon, 30 Aug 2021 11:05:35 +0200 Subject: [PATCH] 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. --- .../with-nginx-proxy/postgres/fpm/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.examples/docker-compose/with-nginx-proxy/postgres/fpm/docker-compose.yml b/.examples/docker-compose/with-nginx-proxy/postgres/fpm/docker-compose.yml index 028cea3b..6e411741 100644 --- a/.examples/docker-compose/with-nginx-proxy/postgres/fpm/docker-compose.yml +++ b/.examples/docker-compose/with-nginx-proxy/postgres/fpm/docker-compose.yml @@ -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