Fixed the issue with up -d

This commit is contained in:
Yaroslav 2018-11-29 19:15:33 +04:00
parent be72750afa
commit 2a0b0c5bf2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ done
echo "### Starting nginx ..." echo "### Starting nginx ..."
# Restarting for case if nginx container is already started # 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 # Select appropriate email arg
case "$email" in case "$email" in