diff --git a/README.md b/README.md index 58e47bafce99de1bd55d9ea270175e420aff2ba7..252bb62db65d617ced89d1cdb3b42235358cae76 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ i.e. `VERSION=9.1.1 EDITION="ee" vagrant up` -The application will be available on http://localhost:version + 0} +The application will be available on http://localhost:version} -i.e. Version 9.1.1 will accessible from https://localhost:9110 on the host. +i.e. Version 9.1.1 will accessible from https://localhost:911 on the host. #### Cleanup diff --git a/Vagrantfile b/Vagrantfile index 2664ac6deb7932dc2b05ddeada20da3f4e7ef097..756876920896b4275a99d3d4f8cba725b13019ac 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,7 +7,7 @@ get_package = "curl -s https://packages.gitlab.com/install/repositories/gitlab/g Vagrant.configure("2") do |config| config.vm.box = "ubuntu/xenial64" - config.vm.network "forwarded_port", guest: 80, host: ver.gsub(/[\.]/,"") + "0" + config.vm.network "forwarded_port", guest: 80, host: ver.gsub(/[\.]/,"") config.vm.provider "virtualbox" do |vb| vb.memory = "2048"