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