Skip to content

Instantly share code, notes, and snippets.

@klaser
Created January 27, 2019 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klaser/b516d5462be98f034f57b6e33b203544 to your computer and use it in GitHub Desktop.
Save klaser/b516d5462be98f034f57b6e33b203544 to your computer and use it in GitHub Desktop.
Sample Homestead.yaml file
---
ip: "192.168.20.10"
memory: 8192
cpus: 4
provider: virtualbox
name: "homestead-global"
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Sites
to: /home/vagrant/sites
type: "nfs"
sites:
- map: magento2.test
to: /home/vagrant/sites/magento2-test/public_html
databases:
- homestead
ports:
- send: 8888
to: 8888
- send: 35729
to: 35729
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment