From: Mike Croft Date: Tue, 28 Jul 2015 10:40:17 +0000 (+0100) Subject: added forwarded ports for http-listener-1 and the admin console port X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=83f22b52fbc3b3a36bc0b99df6991b9d29d4ec68;p=payara-vagrant.git added forwarded ports for http-listener-1 and the admin console port --- diff --git a/Vagrantfile b/Vagrantfile index 5dc323d..f156989 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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