Skip to content

Commit baa9e42

Browse files
committed
Update docker images url
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
1 parent 6bea1dc commit baa9e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.letsencrypt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- gkernelci-net
1616

1717
letsencrypt-companion:
18-
image: jrcs/letsencrypt-nginx-proxy-companion
18+
image: nginxproxy/acme-companion
1919
restart: always
2020
volumes:
2121
- certs:/etc/nginx/certs

proxy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jwilder/nginx-proxy:alpine
1+
FROM nginxproxy/nginx-proxy:alpine
22

33
COPY uploadsize.conf /etc/nginx/conf.d/uploadsize.conf
44
COPY proxy.conf /etc/nginx/proxy.conf

0 commit comments

Comments
 (0)