We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bea1dc commit baa9e42Copy full SHA for baa9e42
docker-compose.letsencrypt.yml
@@ -15,7 +15,7 @@
15
- gkernelci-net
16
17
letsencrypt-companion:
18
- image: jrcs/letsencrypt-nginx-proxy-companion
+ image: nginxproxy/acme-companion
19
restart: always
20
volumes:
21
- certs:/etc/nginx/certs
proxy/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM jwilder/nginx-proxy:alpine
+FROM nginxproxy/nginx-proxy:alpine
2
3
COPY uploadsize.conf /etc/nginx/conf.d/uploadsize.conf
4
COPY proxy.conf /etc/nginx/proxy.conf
0 commit comments