diff options
author | startxfr <clarue@startx.fr> | 2015-12-05 03:34:35 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-05 03:34:35 +0100 |
commit | 41bc8f8d774bacc6a702989ce4e460b7cb876ffd (patch) | |
tree | b240ce01b66b3e87b67e55d277f9955e4f7efc58 /Services/mongo | |
parent | 91b5cc7e521cf30924cf428fc6d4bc67006873a1 (diff) | |
download | phpmyadmin-41bc8f8d774bacc6a702989ce4e460b7cb876ffd.tar.gz phpmyadmin-41bc8f8d774bacc6a702989ce4e460b7cb876ffd.tar.bz2 phpmyadmin-41bc8f8d774bacc6a702989ce4e460b7cb876ffd.tar.xz phpmyadmin-41bc8f8d774bacc6a702989ce4e460b7cb876ffd.zip |
improving nodejs README.md
Diffstat (limited to 'Services/mongo')
-rw-r--r-- | Services/mongo/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Services/mongo/README.md b/Services/mongo/README.md index e8dda4e..1f3f9ce 100644 --- a/Services/mongo/README.md +++ b/Services/mongo/README.md @@ -9,7 +9,7 @@ weight=3 # Docker OS Images : MONGO -Simple and lightweight (120Mo) container used to deliver document-oriented database +Simple and lightweight (150Mo) container used to deliver document-oriented database Run [mongodb daemon](https://httpd.mongodb.org/) under a container based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) | [![Build Status](https://travis-ci.org/startxfr/docker-images.svg)](https://travis-ci.org/startxfr/docker-images) | [Dockerhub Registry](https://hub.docker.com/r/startx/sv-mongo/) | [Sources](https://github.com/startxfr/docker-images/Services/mongo) | [STARTX Profile](https://github.com/startxfr) | @@ -96,8 +96,8 @@ CMD ["/bin/run.sh"] | CONTAINER_TYPE | `string` | `no` | Container family (os, service, application. could be enhanced | CONTAINER_SERVICE | `string` | `no` | Define the type of service or application provided | HOSTNAME | `auto` | `auto` | Container unique id automatically assigned by docker daemon at startup -| LOG_PATH | `auto` | `auto` | is set to /data/logs/mongo and used as a volume mountpoint -| DATA_PATH | `auto` | `auto` | is set to /data/mongo and used as a volume mountpoint +| LOG_PATH | `auto` | `auto` | default set to /data/logs/mongo and used as a volume mountpoint +| DATA_PATH | `auto` | `auto` | default set to /data/mongo and used as a volume mountpoint ## Exposed port |