From dd107aacdba85f64e6060f109494005ec9bc7050 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Mar 2026 18:03:41 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20start.sh:=20docker=20compose=20=E2=86=92?= =?UTF-8?q?=20podman=20compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed in the previous Podman migration commit. https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH --- infra/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/start.sh b/infra/start.sh index a7eca68..81346e9 100755 --- a/infra/start.sh +++ b/infra/start.sh @@ -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