From 63660bc207c08a22d22e747d0bad9f3679cb2caa Mon Sep 17 00:00:00 2001 From: James Loh Date: Mon, 14 Jul 2025 12:36:14 +1000 Subject: [PATCH] TA: Pin to specific version no ref - This just makes the renovate difs clearer as to what version its bumping it to and from --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index ae17792..8a6deaa 100644 --- a/compose.yml +++ b/compose.yml @@ -82,7 +82,7 @@ services: - ghost_network traffic-analytics: - image: ghost/traffic-analytics:1 + image: ghost/traffic-analytics:1.0.0 restart: always expose: - "3000"