summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-05-26 13:18:34 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-05-26 13:18:34 -0400
commit48f3d2ad1c3161fd520ec73581f0777fe6e6050f (patch)
treee6a827144c5848a8a25532b03750d6dc7c7b727f
parent36114d2bd2f8261e612b1583beb84e53bd8bea2f (diff)
enable always restart
-rwxr-xr-xdocker-start-containers2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-start-containers b/docker-start-containers
index 85973b5..12906ad 100755
--- a/docker-start-containers
+++ b/docker-start-containers
@@ -11,8 +11,8 @@ docker run -d --name neo4j \
# start the web-app container, linked to the neo4j container
docker run -d --name tempest-ci-webapp \
- --privileged \
--link neo4j:neo4j \
-p 80:8081 \
+ --restart=always \
tempest-ci-webapp