diff --git a/lila-docker b/lila-docker index ba5f748e..1004c262 100755 --- a/lila-docker +++ b/lila-docker @@ -133,7 +133,7 @@ run_gitpod_welcome() { } show_help() { - echo "Usage: $0 [start|stop|down|build|format]" + echo "Usage: $0 [start|stop|restart|down|build|format]" } case $1 in @@ -147,6 +147,9 @@ case $1 in stop) run_stop ;; + restart) + run_stop && run_start + ;; down) run_down ;;