From 6e71e06fcabd6f57454238659fbab1e8dab9b2cf Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sun, 30 Nov 2025 21:16:02 -0500 Subject: [PATCH] data structure fix --- templates/docker-compose.yml.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 56c49f5..79f76bc 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -8,10 +8,10 @@ services: ports: - 9000:9000 environment: - - VIRTUAL_PROTO: "fastcgi" - - VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}" - - VIRTUAL_ROOT: "/var/www/html/" - - LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}" + VIRTUAL_PROTO: "fastcgi" + VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}" + VIRTUAL_ROOT: "/var/www/html/" + LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}" networks: default: aliases: