mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
[ci skip] Fix FORWARDED_PORT
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -39,7 +39,7 @@ Vagrant::configure("2") do |config|
|
||||
end
|
||||
|
||||
config.vm.define "dokku-deb", autostart: false do |vm|
|
||||
vm.vm.network :forwarded_port, guest: 80, host: ENV['FORWARDED_PORT']
|
||||
vm.vm.network :forwarded_port, guest: 80, host: FORWARDED_PORT
|
||||
vm.vm.hostname = "#{DOKKU_DOMAIN}"
|
||||
vm.vm.network :private_network, ip: DOKKU_IP
|
||||
vm.vm.provision :shell, :inline => "cd /root/dokku && make install-from-deb"
|
||||
|
||||
Reference in New Issue
Block a user