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/apache | |
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/apache')
-rw-r--r-- | Services/apache/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/apache/README.md b/Services/apache/README.md index a72e1da..858a923 100644 --- a/Services/apache/README.md +++ b/Services/apache/README.md @@ -100,8 +100,8 @@ CMD ["/bin/run.sh"] | SERVER_NAME | `string` | `no` | Server name for this container. If no name localhost will be assigned | HOSTNAME | `auto` | `auto` | Container unique id automatically assigned by docker daemon at startup | DOC_ROOT | `auto` | `auto` | document root, will use the $APP_PATH variable -| LOG_PATH | `auto` | `auto` | is set to /data/logs/apache and used as a volume mountpoint -| APP_PATH | `auto` | `auto` | is set to /data/apache and used as a volume mountpoint +| LOG_PATH | `auto` | `auto` | default set to /data/logs/apache and used as a volume mountpoint +| APP_PATH | `auto` | `auto` | default set to /data/apache and used as a volume mountpoint ## Exposed port |