ソースを参照

Use CouchDB 1.7.1 instead of 1.6.1

Nicolas Albert 7 年 前
コミット
7f5724c6ba
1 ファイル変更2 行追加2 行削除
  1. 2 2
      convertigo/content.md

+ 2 - 2
convertigo/content.md

@@ -27,12 +27,12 @@ You can access the Server admin console on http://[dockerhost]:28080/convertigo
 
 
 ## Link Convertigo to a CouchDB database for FullSync (Convertigo EE only)
 ## Link Convertigo to a CouchDB database for FullSync (Convertigo EE only)
 
 
-Convertigo MBaaS FullSync module uses Apache CouchDB 1.6.1 as NoSQL repository. You can use the **[couchdb](https://hub.docker.com/_/couchdb/)** docker image and link to it convertigo this way
+Convertigo MBaaS FullSync module uses Apache CouchDB 1.7.1 as NoSQL repository. You can use the **[couchdb](https://hub.docker.com/_/couchdb/)** docker image and link to it convertigo this way
 
 
 Launch CouchDB container and name it 'fullsync'
 Launch CouchDB container and name it 'fullsync'
 
 
 ```console
 ```console
-$ docker run -d --name fullsync couchdb:1.6.1
+$ docker run -d --name fullsync couchdb:1.7.1
 ```
 ```
 
 
 Then launch Convertigo and link it to the running 'fullsync' container. Convertigo MBaaS sever will automatically use it as its fullsync repository.
 Then launch Convertigo and link it to the running 'fullsync' container. Convertigo MBaaS sever will automatically use it as its fullsync repository.