From 347c80c2bf0f0aa04f49276fe3571c020480245a Mon Sep 17 00:00:00 2001 From: Danny Groenewegen Date: Sat, 8 Aug 2026 13:04:12 +0200 Subject: [PATCH] fix: align nginx_conf config name with its compose key Name dropped the _conf suffix, so abra's live-vs-desired lookup (keyed by compose config name) never matched and always showed nginx_conf as (new) on deploy, even when unchanged. --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 990d4b7..1d9d038 100644 --- a/compose.yml +++ b/compose.yml @@ -154,7 +154,7 @@ volumes: configs: nginx_conf: - name: ${STACK_NAME}_nginx_${NGINX_CONF_VERSION} + name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION} file: nginx.conf.tmpl template_driver: golang fpm_tune: