From 2a0b0c5bf210ca2881c5933e0fe8756427945344 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 29 Nov 2018 19:15:33 +0400 Subject: [PATCH] Fixed the issue with up -d --- certbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot.sh b/certbot.sh index 04456b2..a6540a1 100644 --- a/certbot.sh +++ b/certbot.sh @@ -49,7 +49,7 @@ done echo "### Starting nginx ..." # Restarting for case if nginx container is already started -docker-compose start nginx && docker-compose restart nginx +docker-compose up -d nginx && docker-compose restart nginx # Select appropriate email arg case "$email" in