forked from laravel/homestead
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Vagrant version
2.4.9
Provider and version
Parallels 26.1.1
Homestead version
15.1.4
Host operating system
macOS
Homestead.yaml
---
ip: "192.168.56.57"
memory: 8192
cpus: 4
provider: parallels
name: "svpernova09-homestead"
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ./code
to: /home/vagrant/code
sites:
- map: homestead.test
to: /home/vagrant/code/homestead/public
php: "8.4"
variables:
- key: APP_ENV
value: local
- key: MEILI_MASTER_KEY
value: homestead
databases:
- homestead
buckets:
- name: todos-bckt
policy: public
- name: test-me-bckt
policy: public
features:
- cassandra: false
- golang: true
- influxdb: false
- mariadb: false
- meilisearch: true
- minio: true
- mongodb: false
- ohmyzsh: false
- pm2: true
- postgresql: true
- python: true
- rabbitmq: false
- rustc: true
- webdriver: true
services:
- enabled:
- "mysql"
# - disabled:
# - "postgresql@11-main"
# - "postgresql"
ports:
- send: 33060 # MySQL/MariaDB
to: 3306
# - send: 4040 # ngrok UI
# to: 4040
- send: 54320 # PostgreSQL
to: 5432
- send: 8025 # Mailpit
to: 8025
- send: 9600 # Minio
to: 9600
- send: 9601 # Minio
to: 9601
- send: 7700 # Meilisearch
to: 7700
- send: 8000
to: 8000
# - send: 27017
# to: 27017Vagrant destroy & up output (Gist link)
https://gist.github.com/coolamit/fa26918097c6d81b54bc1b6b6557e387
Expected behavior
Provisioner should have finished provisioning the VM.
Actual behavior
Provisioner stopped mid-way while it was installing PHP.
Steps to reproduce
vagrant destroyvagrant up --provision
References
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working