Fix start.sh: docker compose → podman compose

Missed in the previous Podman migration commit.

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
This commit is contained in:
Claude 2026-03-21 18:03:41 +00:00
parent 4319b99102
commit dd107aacdb
No known key found for this signature in database

View file

@ -63,4 +63,4 @@ echo "[hiy] Generated proxy/caddy.json for ${DOMAIN_SUFFIX}"
make build make build
# ── Start services (detached) ────────────────────────────────────────────────── # ── Start services (detached) ──────────────────────────────────────────────────
docker compose --env-file "$REPO_ROOT/.env" up -d podman compose --env-file "$REPO_ROOT/.env" up -d