1
0
mirror of https://github.com/wmnnd/nginx-certbot synced 2023-04-20 18:47:46 +08:00

Fixed the issue with up -d

This commit is contained in:
Yaroslav 2018-11-29 19:15:33 +04:00
parent be72750afa
commit 2a0b0c5bf2

View File

@ -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