Last active
September 16, 2019 05:07
-
-
Save yuceltoluyag/5e0dac9ef4c2da7c27cd278cac7140e4 to your computer and use it in GitHub Desktop.
may yampiriksitid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
ip: "192.168.10.10" | |
memory: 2048 | |
cpus: 2 | |
provider: virtualbox | |
authorize: ~/.ssh/id_rsa.pub | |
keys: | |
- ~/.ssh/id_rsa | |
folders: | |
- map: ~/www | |
to: /home/vagrant/www | |
sites: | |
- map: laravel6.test | |
to: /home/vagrant/www/laravel6/public | |
databases: | |
- homestead | |
features: | |
- mariadb: false | |
- ohmyzsh: false | |
- webdriver: false | |
# ports: | |
# - send: 50000 | |
# to: 5000 | |
# - send: 7777 | |
# to: 777 | |
# protocol: udp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment