Skip to content

Commit 8f5f1a1

Browse files
committed
Updated
1 parent dfd0876 commit 8f5f1a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The [master branch] (https://github.com/nmarus/docker-gitbox) is where all devel
1414
From your docker host (or remote docker client):
1515

1616
docker run -d -it --name gitbox \
17+
--restart=always \
1718
-h <container_fqdn> \
1819
-e FQDN=<container_fqdn> \
1920
-p 80:80 \
@@ -27,8 +28,9 @@ From your docker host:
2728

2829
git clone https://github.com/nmarus/docker-gitbox.git
2930
cd docker-gitbox
30-
docker build --rm=true -t nmarus/docker-gitbox .
31+
docker build --rm -t nmarus/docker-gitbox .
3132
docker run -d -it --name gitbox \
33+
--restart=always \
3234
-h <container_fqdn> \
3335
-p 80:80 \
3436
-v /srv/gitbox/repos:/repos \

0 commit comments

Comments
 (0)