Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions help/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ Also, describe default configuration options (when defined): hostname, domainnam
# ENVIRONMENT VARIABLES
Explain all environment variables available to run the image in different ways without the need of rebuilding the image. Change variables on the docker command line with -e option. For example:

MYSQL_PASSWORD=mypass
The password set for the current MySQL user.
| Variable name | Description |
| :----------------------- | ------------------------------------------------------ |
| MYSQL_PASSWORD=mypass | The password set for the current MySQL user. |

# LABELS
Describe LABEL settings (from the Dockerfile that created the image) that contains pertinent information.
Expand Down