summaryrefslogtreecommitdiff
path: root/docker-start-containers
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-05-26 13:08:10 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-05-26 13:08:10 -0400
commit273e06fc7caa34544f3b4fd6352dd5625e8d1268 (patch)
tree55b63761b5404ff02b4af680fbce4e17cf51cae4 /docker-start-containers
parent270c3702796b36bb09c31fd980e17adfa291994b (diff)
change which docker image is being used to get the latest neo4j version
Diffstat (limited to 'docker-start-containers')
-rwxr-xr-xdocker-start-containers2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-start-containers b/docker-start-containers
index 4d6c878..85973b5 100755
--- a/docker-start-containers
+++ b/docker-start-containers
@@ -7,7 +7,7 @@ docker run -d --name neo4j \
-p 127.0.0.1:1337:1337 \
--restart=always \
-v /srv/ci-reporting/data:/var/lib/neo4j/data \
- seenickcode/neo4j-community
+ clarktlaugh/neo4j-docker-community
# start the web-app container, linked to the neo4j container
docker run -d --name tempest-ci-webapp \