php - volume path
This commit is contained in:
parent
b859e97294
commit
f5fce9b37e
@ -6,7 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
volumes:
|
volumes:
|
||||||
- /home/{{ user.name }}/webroot:/var/www/public
|
- /home/{{ user.name }}/webroot:/var/www/html
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST={{ inventory_hostname | default('ansible_undefined_host') }}
|
- VIRTUAL_HOST={{ inventory_hostname | default('ansible_undefined_host') }}
|
||||||
- VIRTUAL_PROTO=fastcgi
|
- VIRTUAL_PROTO=fastcgi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user