From 2326bc4a8da09a75a415a03332b911b297ea2e02 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 21 Mar 2026 02:09:20 +0100 Subject: [PATCH] feat: don't use double quotes Signed-off-by: kjuulh --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 16131cf..0c02eae 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -29,7 +29,7 @@ services: restart: true forage: - image: git.kjuulh.io/forage/client::${FORAGE_IMAGE_VERSION:-latest} + image: git.kjuulh.io/forage/client:${FORAGE_IMAGE_VERSION:-latest} restart: always env_file: ".env.forage" command: |