You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/02/08 09:15:02 UTC

[2/5] struts-site git commit: Adds proper host binding

Adds proper host binding


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/2bb4bd1c
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/2bb4bd1c
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/2bb4bd1c

Branch: refs/heads/master
Commit: 2bb4bd1ca461ee63d10da6f48ec0e792f7f554bd
Parents: a6b16f1
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Mon Feb 8 08:19:42 2016 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Mon Feb 8 08:19:42 2016 +0100

----------------------------------------------------------------------
 docker-run.fish | 2 +-
 docker-run.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/2bb4bd1c/docker-run.fish
----------------------------------------------------------------------
diff --git a/docker-run.fish b/docker-run.fish
index dc883c1..be9d2ff 100755
--- a/docker-run.fish
+++ b/docker-run.fish
@@ -1,2 +1,2 @@
 #!/usr/local/bin/fish
-docker run -v $PWD:/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch
+docker run -v $PWD:/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch --trace --host=0.0.0.0

http://git-wip-us.apache.org/repos/asf/struts-site/blob/2bb4bd1c/docker-run.sh
----------------------------------------------------------------------
diff --git a/docker-run.sh b/docker-run.sh
index 7b15bc4..3c8856c 100755
--- a/docker-run.sh
+++ b/docker-run.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-docker run -v $(pwd):/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch
+docker run -v $(pwd):/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch --trace --host=0.0.0.0