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:
parent
4319b99102
commit
dd107aacdb
1 changed files with 1 additions and 1 deletions
|
|
@ -63,4 +63,4 @@ echo "[hiy] Generated proxy/caddy.json for ${DOMAIN_SUFFIX}"
|
|||
make build
|
||||
|
||||
# ── Start services (detached) ──────────────────────────────────────────────────
|
||||
docker compose --env-file "$REPO_ROOT/.env" up -d
|
||||
podman compose --env-file "$REPO_ROOT/.env" up -d
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue