From bb218d6371102d9318ccb2c4bf78c77770101c1e Mon Sep 17 00:00:00 2001 From: hay-kot Date: Thu, 11 Feb 2021 18:54:03 -0900 Subject: [PATCH] run to start --- mealie/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/run.sh b/mealie/run.sh index 86af5608d..9ab2a6869 100644 --- a/mealie/run.sh +++ b/mealie/run.sh @@ -2,7 +2,7 @@ # TODO ## Web Server -./caddy run --config ./Caddyfile +./caddy start --config ./Caddyfile ## Start API uvicorn app:app --host 0.0.0.0 --port 80 \ No newline at end of file