From 5dd1b5f3471c2d40fb9e1797906faffcf181fca2 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 15 Jan 2026 16:18:05 -0500 Subject: [PATCH] fix: Fixes image path. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index d6989fa..16762a9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ services: ductcalc: container_name: ductcalc - image: git.housh.dev/swift-manual-d:latest + image: git.housh.dev/michael/swift-manual-d:latest restart: unless_stopped env_file: - .env