Skip to content

Commit 2ff164c

Browse files
committed
Updated
1 parent 7297f79 commit 2ff164c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ From your docker host (or remote docker client):
2525

2626
From your docker host:
2727

28-
git clone -b stable https://github.com/nmarus/docker-gitbox.git
28+
git clone stable https://github.com/nmarus/docker-gitbox.git
2929
cd docker-gitbox
3030
docker build --rm=true -t nmarus/docker-gitbox .
3131
docker run -d -it --name gitbox \
3232
-h <container_fqdn> \
3333
-p 80:80 \
3434
-v /srv/gitbox/repos:/repos \
35-
-v /srv/gitbox/ng-ssl:/ng-ssl \
3635
-v /srv/gitbox/ng-auth:/ng-auth \
3736
nmarus/docker-gitbox
3837

0 commit comments

Comments
 (0)