full keyword in compose file

This commit is contained in:
Mike Holloway 2025-11-30 21:11:07 -05:00
parent e497b8019e
commit aad0ff1935

View File

@ -7,7 +7,7 @@ services:
restart: always restart: always
ports: ports:
- 9000:9000 - 9000:9000
env: environment:
- VIRTUAL_PROTO: "fastcgi" - VIRTUAL_PROTO: "fastcgi"
- VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}" - VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
- VIRTUAL_ROOT: "/var/www/html/" - VIRTUAL_ROOT: "/var/www/html/"