diff options
| author | startxfr <clarue@startx.fr> | 2015-12-05 02:47:54 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2015-12-05 02:47:54 +0100 | 
| commit | 6abb742fb0039cf5db1082f7b7e47d14ea674fcf (patch) | |
| tree | b670e595e7ede82cf51856d8ca2adbbda8eca466 /Services/mariadb | |
| parent | a94ba1639fa444e99f7e5ec1f3f956b14db3e34b (diff) | |
improving mmemcache README.md
Diffstat (limited to 'Services/mariadb')
| -rw-r--r-- | Services/mariadb/README.md | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md index 188808f..4e99931 100644 --- a/Services/mariadb/README.md +++ b/Services/mariadb/README.md @@ -104,6 +104,7 @@ CMD ["/bin/run.sh"]  | MYSQL_USER                | `string` | `no`      | If present, add a new user with this name  | MYSQL_PASSWORD            | `string` | `no`      | Password associated to the new user declared with $MYSQL_USER  | MYSQL_DATABASE            | `string` | `no`      | If present, add a new database with this name +| LOADSQL_PATH              | `string` | `auto`    | Path used to find sql dump to import at startup  | HOSTNAME                  | `auto`   | `auto`    | Container unique id automatically assigned by docker daemon at startup  | LOG_PATH                  | `auto`   | `auto`    | is set to /data/logs/mariadb and used as a volume mountpoint  | APP_PATH                  | `auto`   | `auto`    | is set to /data/mariadb and used as a volume mountpoint  | 
