Skip to content

Commit

Permalink
sync up the example file (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
browner12 authored Jan 17, 2023
1 parent f152a7d commit 839e354
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions Homestead.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ databases:
- homestead

features:
- mysql: true
- mariadb: false
- postgresql: false
- ohmyzsh: false
- webdriver: false

Expand All @@ -31,9 +33,16 @@ services:
# - disabled:
# - "postgresql@11-main"

# ports:
# - send: 50000
# to: 5000
# - send: 7777
# to: 777
# protocol: udp
#ports:
# - send: 33060 # MySQL/MariaDB
# to: 3306
# - send: 4040
# to: 4040
# - send: 54320 # PostgreSQL
# to: 5432
# - send: 8025 # Mailhog
# to: 8025
# - send: 9600
# to: 9600
# - send: 27017
# to: 27017

1 comment on commit 839e354

@JosephKings7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best regards to all: Query: Please: I need to change/roll back the installation of Homestead 14.5.* to a previous version compatible with 32-bit Windows; How can/should I do this? Or, how can you install this version https://github.com/laravel/homestead/releases/tag/v12.2.0 ?Thank you very much.

Please sign in to comment.