data structure fix
This commit is contained in:
parent
aad0ff1935
commit
6e71e06fca
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user