Skip to content

Commit

Permalink
Running on local 8080 to guest 8080 to docker 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
krak3n committed Oct 8, 2013
1 parent 344f6e6 commit 1a26adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py --no-ch
RUN wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py --no-check-certificate -O - | python
RUN make develop

EXPOSE 8080
EXPOSE 8080:8080
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Vagrant.configure("2") do |config|
config.ssh.forward_agent = true

# Port Forwarding
config.vm.network :forwarded_port, guest: 8080, host: 8080
config.vm.network :forwarded_port, guest: 4243, host: 4243
(49000..49900).each do |port|
config.vm.network :forwarded_port, :host => port, :guest => port
Expand Down

0 comments on commit 1a26adb

Please sign in to comment.