0

我们如何使用 Lando 进行清漆支持,我使用的是默认的 .lando.yml 文件

name: d8
recipe: drupal8
config:
  php: '7.2'
  webroot: web
4

1 回答 1

1

您可以使用以下服务添加lando 提供的任何其他支持:

name: d8
recipe: drupal 8
config:
  php: 7.2
  webroot: web
services:
  varnishcache:
    type: varnish:4.1
    backends:
      - appserver
    backend_port: 80
    ssl: false
    config:
      vcl: config/custom.vcl
于 2019-02-23T09:03:16.270 回答