From d4291453cc1c3092db8eaf4fc4fc8db8d4550986 Mon Sep 17 00:00:00 2001 From: Laur Ivan Date: Wed, 8 Jan 2025 09:41:55 +0100 Subject: [PATCH] fix: Use the variable container name --- templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index f6f1270..55bc0f3 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -4,7 +4,7 @@ version: '3.9' services: unifi-controller: image: "{{ unifi_image }}" - container_name: unifi-controller-service + container_name: "{{ unifi_container_name }}" restart: unless-stopped env_file: - "{{ unifi_config_path | expanduser }}/env.unifi-controller.conf"