From 168fb91d096e826143f4c2694a51cbba1b0f4dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 30 Dec 2025 07:50:49 +0100 Subject: [PATCH] redlib: add a bandaid until proper fix --- services/redlib.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/redlib.yml b/services/redlib.yml index 3e539aa..80afb2c 100644 --- a/services/redlib.yml +++ b/services/redlib.yml @@ -1,7 +1,8 @@ --- services: redlib: - image: quay.io/redlib/redlib:latest + # image: quay.io/redlib/redlib:latest + image: ghcr.io/cycneuramus/containers:redlib # until https://github.com/redlib-org/redlib/issues/446 is fixed restart: unless-stopped container_name: "redlib" user: nobody