From 3027875549e840d5d816d30a1ab11be7be6669e3 Mon Sep 17 00:00:00 2001 From: Adam Mulvany <amulvany@gitlab.com> Date: Mon, 1 May 2017 11:56:41 +0700 Subject: [PATCH] Updated readme --- README.md | 4 ++-- Vagrantfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58e47ba..252bb62 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 2664ac6..7568769 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" -- GitLab