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 dfd0876 commit 8f5f1a1Copy full SHA for 8f5f1a1
README.md
@@ -14,6 +14,7 @@ The [master branch] (https://github.com/nmarus/docker-gitbox) is where all devel
14
From your docker host (or remote docker client):
15
16
docker run -d -it --name gitbox \
17
+ --restart=always \
18
-h <container_fqdn> \
19
-e FQDN=<container_fqdn> \
20
-p 80:80 \
@@ -27,8 +28,9 @@ From your docker host:
27
28
29
git clone https://github.com/nmarus/docker-gitbox.git
30
cd docker-gitbox
- docker build --rm=true -t nmarus/docker-gitbox .
31
+ docker build --rm -t nmarus/docker-gitbox .
32
33
34
35
36
-v /srv/gitbox/repos:/repos \
0 commit comments