]> git.mxchange.org Git - payara-vagrant.git/commitdiff
added forwarded ports for http-listener-1 and the admin console port
authorMike Croft <backtotheoldhouse@gmail.com>
Tue, 28 Jul 2015 10:40:17 +0000 (11:40 +0100)
committerMike Croft <backtotheoldhouse@gmail.com>
Tue, 28 Jul 2015 10:40:17 +0000 (11:40 +0100)
Vagrantfile

index 5dc323d6937ca9d1bdec6654c570bdd6ac02d816..f156989ab7251f5d6d52739b6d5b0fcb38ce82b5 100644 (file)
@@ -9,5 +9,7 @@ Vagrant.configure(2) do |config|
    end
    
    config.vm.provision "shell", path: "provision.sh"
+   config.vm.network :forwarded_port, guest: 4848, host: 4848
+   config.vm.network :forwarded_port, guest: 8080, host: 8080
 
 end