From 8f4b0b6a541c4743d0f2cd26c2e97277b53e4cb9 Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Fri, 15 May 2026 17:24:20 +0100 Subject: [PATCH] fix provided compose build context url --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index acecede..0172d83 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: nowblinkie: - build: "https://git.alv.cx/alvierahman90/nowblinkie" + build: "https://git.alv.cx/alvierahman90/nowblinkie.git" volumes: - "./res:/res" - "./out:/out"