mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-07 06:16:43 +01:00
Web server accessable on port 8080. Why? Because service worker and mobile device debugging, that's why!
This commit is contained in:
parent
4714f04a80
commit
84d51fee2f
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -14,6 +14,7 @@ Vagrant.configure("2") do |config|
|
|||
config.vm.define 'default' do |node|
|
||||
node.vm.hostname = 'ponyfm-dev.poni'
|
||||
node.vm.network :private_network, ip: "192.168.33.11"
|
||||
node.vm.network "forwarded_port", guest: 80, host: 8080
|
||||
node.hostmanager.aliases = %w(api.ponyfm-dev.poni)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue