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