We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7297f79 commit 2ff164cCopy full SHA for 2ff164c
README.md
@@ -25,14 +25,13 @@ From your docker host (or remote docker client):
25
26
From your docker host:
27
28
- git clone -b stable https://github.com/nmarus/docker-gitbox.git
+ git clone stable https://github.com/nmarus/docker-gitbox.git
29
cd docker-gitbox
30
docker build --rm=true -t nmarus/docker-gitbox .
31
docker run -d -it --name gitbox \
32
-h <container_fqdn> \
33
-p 80:80 \
34
-v /srv/gitbox/repos:/repos \
35
- -v /srv/gitbox/ng-ssl:/ng-ssl \
36
-v /srv/gitbox/ng-auth:/ng-auth \
37
nmarus/docker-gitbox
38
0 commit comments