Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name: sandbox
- recipe: wordpress
- config:
- webroot: .
- php: '8.0'
- database: mariadb
- via: nginx
- xdebug: false
- ssl: true
- proxy:
- mailhog:
- - mail.sandbox.lndo.site
- phpmyadmin:
- - phpmyadmin.sandbox.lndo.site
- services:
- database:
- portforward: true
- mailhog:
- type: mailhog
- portforward: false
- hogfrom:
- - appserver
- phpmyadmin:
- type: phpmyadmin
- build:
- - wp core download --force --skip-content
- appserver:
- run_as_root:
- - ln -snf /user/woocommerce/plugins/woocommerce /app/wp-content/plugins/woocommerce
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement