Update roles/demolamp/files/demolamp.tpl
This commit is contained in:
@@ -42,11 +42,11 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 9000:9000
|
- 9000:9000
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
# - type: volume
|
||||||
source: php_html
|
# source: php_html
|
||||||
target: /var/www/html
|
# target: /var/www/html
|
||||||
volume:
|
# volume:
|
||||||
nocopy: true
|
# nocopy: true
|
||||||
- type: volume
|
- type: volume
|
||||||
source: php_conf
|
source: php_conf
|
||||||
target: /usr/local/etc
|
target: /usr/local/etc
|
||||||
@@ -80,12 +80,12 @@ volumes:
|
|||||||
type: "nfs"
|
type: "nfs"
|
||||||
o: "addr=192.168.11.121,vers=4,soft,timeo=180,bg,tcp,rw"
|
o: "addr=192.168.11.121,vers=4,soft,timeo=180,bg,tcp,rw"
|
||||||
device: "192.168.11.121:/nginxconf"
|
device: "192.168.11.121:/nginxconf"
|
||||||
php_html:
|
# php_html:
|
||||||
driver: local
|
# driver: local
|
||||||
driver_opts:
|
# driver_opts:
|
||||||
type: "nfs"
|
# type: "nfs"
|
||||||
o: "addr=192.168.11.121,vers=4,soft,timeo=180,bg,tcp,rw"
|
# o: "addr=192.168.11.121,vers=4,soft,timeo=180,bg,tcp,rw"
|
||||||
device: "192.168.11.121:/phphtml"
|
# device: "192.168.11.121:/phphtml"
|
||||||
php_conf:
|
php_conf:
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
|||||||
Reference in New Issue
Block a user