data structure fix

This commit is contained in:
Mike Holloway 2025-11-30 21:16:02 -05:00
parent aad0ff1935
commit 6e71e06fca

View File

@ -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: