From abd102e3a8aa5023e2f27155614af8aeab2d668e 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 4bb9666..99626ae 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: