I'm a ruby noob too, but vagrant documentation puts config.vm.network "forwarded_port", guest: 80, host: 18080
could it be this? Il giorno lunedì 13 gennaio 2014 13:11:09 UTC+1, Tobias Munk ha scritto: > > Hi, > > for testing gitlab, I got the development vagrant VM running. It works > fine so far and I can access the app via port 3000 from my host machine. > > Beside the port forwarding of port 3000 I also found this line (Note: I > reconfigured it to port 18080): > config.vm.network :forwarded_port, guest: 80, host: 18080 > > But neither from my host on port 18080, nor from the VM on port 80 I can > access any service via browser or telnet, so I asked myself what this port > forwarding is for? > > > Best regards, > schmunk > > PS: If it isn't obvious, I am a ruby noob. > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
