full keyword in compose file
This commit is contained in:
parent
e497b8019e
commit
aad0ff1935
@ -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/"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user