Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarus committed Nov 7, 2015
1 parent dfd0876 commit 8f5f1a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The [master branch] (https://github.com/nmarus/docker-gitbox) is where all devel
From your docker host (or remote docker client):

docker run -d -it --name gitbox \
--restart=always \
-h <container_fqdn> \
-e FQDN=<container_fqdn> \
-p 80:80 \
Expand All @@ -27,8 +28,9 @@ From your docker host:

git clone https://github.com/nmarus/docker-gitbox.git
cd docker-gitbox
docker build --rm=true -t nmarus/docker-gitbox .
docker build --rm -t nmarus/docker-gitbox .
docker run -d -it --name gitbox \
--restart=always \
-h <container_fqdn> \
-p 80:80 \
-v /srv/gitbox/repos:/repos \
Expand Down

0 comments on commit 8f5f1a1

Please sign in to comment.