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: