This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new c7669fd  Fixing the mongo connection string
c7669fd is described below

commit c7669fd91fb617495297dcbe40460224e9a9d3fd
Author: Dan Klco <[email protected]>
AuthorDate: Mon Feb 3 23:26:55 2020 -0500

    Fixing the mongo connection string
---
 docker/cms/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/cms/Dockerfile b/docker/cms/Dockerfile
index 911c915..0c379c1 100644
--- a/docker/cms/Dockerfile
+++ b/docker/cms/Dockerfile
@@ -27,4 +27,4 @@ RUN curl -L 
https://search.maven.org/remotecontent?filepath=org/apache/sling/org
 EXPOSE 8080
 
 # Start Sling CMS
-CMD exec java -Dsling.run.modes=oak_mongo -Doak.mongo.uri=mongo 
-Doak.mongo.db=sling -jar org.apache.sling.cms.jar
+CMD exec java -Dsling.run.modes=oak_mongo 
-Doak.mongo.uri=mongodb://mongo:27017 -Doak.mongo.db=sling -jar 
org.apache.sling.cms.jar

Reply via email to