Update ha_entrypoint.sh

This commit is contained in:
Alexandre
2026-04-03 09:17:44 +02:00
committed by GitHub
parent 20b86e73fe
commit 048d38ca8f

View File

@@ -52,5 +52,5 @@ export DATA_DIR
# ─── Start Maintainerr as unprivileged node user ─────────────────────────────
echo "[Maintainerr] Starting application on port ${UI_PORT:-6246}..."
exec gosu node /opt/app/start.sh
exec gosu node /opt/app/start.sh &
exec nginx