Update roles/demolamp/files/demolamp.tpl

This commit is contained in:
2024-03-13 11:08:36 +08:00
parent 1d8f2ef9c3
commit 58d0701bfb

View File

@@ -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: