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