diff --git a/README.md b/README.md index c81b89ff7eb6b653c8e3607c41334c835caacbe0..bc4af0556320001579c41094dfd8c6eb6e86f597 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ docker run -e JIRA_VERSION=6.3.1 -d registry.codemate.se/jira ### Overriding JIRA files -By providing an environment variable name `JIRA_OVERLAY` that points to a directory or URL of a gzipped tar file you can apply an overlay on the JIRA installation. A directory will be recursively copied, and a tarball will be unzipped and extracted in the root of the Confluence installation directory. The overlay enables you to add custom JIRA configurations such as SSL or Crowd integration. +By providing an environment variable name `JIRA_OVERLAY` that points to a directory or URL of a gzipped tar file you can apply an overlay on the JIRA installation. A directory will be recursively copied, and a tarball will be unzipped and extracted in the root of the JIRA installation directory. The overlay enables you to add custom JIRA configurations such as SSL or Crowd integration. ``` docker run -e JIRA_OVERLAY=http://10.0.0.1/jira-config.tgz -d registry.codemate.se/jira