From 3dfd2441124c3200f3c803527345c9673bf0be7c Mon Sep 17 00:00:00 2001 From: Opnxng Date: Wed, 9 Oct 2024 20:18:44 +0800 Subject: [PATCH] Priviblur: use custom image with custom colours --- templates/compose/priviblur.yaml.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/compose/priviblur.yaml.j2 b/templates/compose/priviblur.yaml.j2 index b2e0a0d..5276cb5 100644 --- a/templates/compose/priviblur.yaml.j2 +++ b/templates/compose/priviblur.yaml.j2 @@ -2,7 +2,8 @@ services: priviblur: container_name: priviblur - image: quay.io/pussthecatorg/priviblur + #image: quay.io/pussthecatorg/priviblur + image: git.opnxng.com/opnxng/priviblur:latest security_opt: - no-new-privileges environment: @@ -44,4 +45,4 @@ services: networks: priviblur: - name: priviblur \ No newline at end of file + name: priviblur