From d82bc95d110be2c49337733b352733397b77a47f Mon Sep 17 00:00:00 2001 From: rafgk <71592772+rafgk@users.noreply.github.com> Date: Thu, 25 Nov 2021 13:42:57 +0100 Subject: [PATCH] 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. --- .../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