Advertisement
helgatheviki

Lando file with symlink

Nov 4th, 2022
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. name: sandbox
  2. recipe: wordpress
  3. config:
  4. webroot: .
  5. php: '8.0'
  6. database: mariadb
  7. via: nginx
  8. xdebug: false
  9. ssl: true
  10. proxy:
  11. mailhog:
  12. - mail.sandbox.lndo.site
  13. phpmyadmin:
  14. - phpmyadmin.sandbox.lndo.site
  15. services:
  16. database:
  17. portforward: true
  18. mailhog:
  19. type: mailhog
  20. portforward: false
  21. hogfrom:
  22. - appserver
  23. phpmyadmin:
  24. type: phpmyadmin
  25. build:
  26. - wp core download --force --skip-content
  27. appserver:
  28. run_as_root:
  29. - ln -snf /user/woocommerce/plugins/woocommerce /app/wp-content/plugins/woocommerce
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement