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