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:
parent
be72750afa
commit
2a0b0c5bf2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user