We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07428f2 commit 89c8094Copy full SHA for 89c8094
docker-compose.yml
@@ -26,7 +26,7 @@ services:
26
27
acme-companion:
28
# for SSL certificates generation
29
- image: nginxproxy/acme-companion:2.3.0
+ image: nginxproxy/acme-companion:2.6.0
30
container_name: nginx-proxy-acme
31
environment:
32
DEFAULT_EMAIL: [email protected]
docker/nginx-proxy/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginxproxy/nginx-proxy:1.5.2-alpine
+FROM nginxproxy/nginx-proxy:1.7.1-alpine
2
3
COPY conf.d/* /etc/nginx/conf.d/
4
COPY nginx.tmpl /app/
0 commit comments