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