Skip to content

Commit

Permalink
Update docker images url
Browse files Browse the repository at this point in the history
Signed-off-by: Alice Ferrazzi <[email protected]>
  • Loading branch information
aliceinwire committed Dec 8, 2021
1 parent 6bea1dc commit baa9e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.letsencrypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- gkernelci-net

letsencrypt-companion:
image: jrcs/letsencrypt-nginx-proxy-companion
image: nginxproxy/acme-companion
restart: always
volumes:
- certs:/etc/nginx/certs
Expand Down
2 changes: 1 addition & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jwilder/nginx-proxy:alpine
FROM nginxproxy/nginx-proxy:alpine

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

0 comments on commit baa9e42

Please sign in to comment.