Skip to content

Instantly share code, notes, and snippets.

@chalettu
Created June 21, 2018 16:37
Show Gist options
  • Save chalettu/3b8262c5e3e3c0f1394fbde95c64c165 to your computer and use it in GitHub Desktop.
Save chalettu/3b8262c5e3e3c0f1394fbde95c64c165 to your computer and use it in GitHub Desktop.
Fix for opening up webpack port on forklift
Just add this below line 243
https://github.com/theforeman/forklift/blob/master/vagrant/lib/forklift/box_distributor.rb#L243
override.vm.network :forwarded_port, guest: 3808, host: 3808
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment