From 14ddccb33a1078b19bf430a30d1853105b14806e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@hedenstroem.com>
Date: Fri, 7 Mar 2014 23:31:36 +0100
Subject: [PATCH] Fixed wrong version

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 448c939..25d9489 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ The following example shows the options we use for our CI environment:
 ```
 docker run -name confluence \
   -e JAVA_OPTS=-Xmx1024m \
-  -e CONFLUENCE_VERSION=6.2 \
+  -e CONFLUENCE_VERSION=5.4.3 \
   -e CONFLUENCE_OVERLAY=http://10.0.0.1/confluence-config.tgz \
   -v /opt/application-data/confluence:/home/confluence \
   -p 8091:8091 \
@@ -81,7 +81,7 @@ docker run -name confluence \
 ## Variables
 
 * `CONFLUENCE_HOME` - Confluence home directory (default `/home/confluence`)
-* `CONFLUENCE_VERSION` - The version to install an run (default `6.2`)
+* `CONFLUENCE_VERSION` - The version to install an run (default `5.4.3`)
 * `CONFLUENCE_OVERLAY` - A URL pointing to an tarball overlay
 
 ## Exposed ports
-- 
GitLab