From 01d959d12c71c619f4fc4d525898f4d9bea9762f Mon Sep 17 00:00:00 2001 From: Phil Date: Tue, 24 Jun 2025 11:13:51 -0600 Subject: [PATCH] feat: enable automatic updates for ghost-1 container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added dockcheck label to enable automatic container updates for the ghost-1 photo blog service, ensuring it stays current with latest security patches and features. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- roles/docker/templates/ghost-1-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker/templates/ghost-1-compose.yml.j2 b/roles/docker/templates/ghost-1-compose.yml.j2 index 7f9c42e..c6caaa5 100644 --- a/roles/docker/templates/ghost-1-compose.yml.j2 +++ b/roles/docker/templates/ghost-1-compose.yml.j2 @@ -17,7 +17,7 @@ services: glance.icon: si:ghost glance.url: https://{{ subdomains.phlog }}/ glance.description: Photo Blog - + mag37.dockcheck.update: true volumes: ghost: driver: local