From 3f2202a8399d0494b88798a2e36607c4122dab0a Mon Sep 17 00:00:00 2001 From: Alexander Bleissem Date: Tue, 28 Apr 2020 22:21:28 +0200 Subject: [PATCH] use stable docker images --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d8bd814..6fcab02 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: nginx-web: - image: nginx + image: nginx:stable-alpine labels: com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true" container_name: ${NGINX_WEB:-nginx-web} @@ -43,7 +43,7 @@ services: max-file: ${NGINX_GEN_LOG_MAX_FILE:-10} nginx-letsencrypt: - image: jrcs/letsencrypt-nginx-proxy-companion + image: jrcs/letsencrypt-nginx-proxy-companion:stable container_name: ${LETS_ENCRYPT:-nginx-letsencrypt} restart: always volumes: