From 3268f00d57c469d936b77dae07c62b70c0390f43 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sun, 23 Feb 2025 14:15:47 +0000
Subject: [PATCH] Use simplesitestats from the ai3/tools repo

---
 services.web.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services.web.yml b/services.web.yml
index c92e8312..72f7c08d 100644
--- a/services.web.yml
+++ b/services.web.yml
@@ -287,7 +287,7 @@ analytics:
   schedule_with: log-collector
   containers:
     - name: sss
-      image: registry.git.autistici.org/ai3/attic/simplesitestats:main
+      image: registry.git.autistici.org/ai3/tools/simplesitestats:main
       volumes:
         - /var/lib/simplesitestats: /data
       port: 3838
-- 
GitLab