From aa6982830747560eb396d3bc833d730bd416322c Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Thu, 17 Nov 2022 13:52:55 -0300 Subject: [PATCH] close #40 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 26266ac..f92cbf6 100644 --- a/Makefile +++ b/Makefile @@ -195,6 +195,7 @@ proxy: --net nginx-proxy \ --publish 80:80 \ --publish 443:443 \ + --restart=always \ --volume certs:/etc/nginx/certs \ --volume vhost:/etc/nginx/vhost.d \ --volume html:/usr/share/nginx/html \ @@ -205,6 +206,7 @@ proxy: @docker run \ --detach \ --name nginx-proxy-acme \ + --restart=always \ --volumes-from nginx-proxy \ --volume acme:/etc/acme.sh \ --mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock,readonly \