From 81a60e261d17c3c42420ca48acbf41ed09a1f38e Mon Sep 17 00:00:00 2001
From: Tim Sutton <tim@linfiniti.com>
Date: Sun, 12 Oct 2014 22:22:48 +0800
Subject: [PATCH] Readme update

---
 README.md |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9cf4e03..c340570 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
 # docker-geoserver
 
-**Note** This docker project is still in development and may not work for 
-    you yet!
-
 A simple docker container that runs Geoserver influenced by this docker
 recipe: https://github.com/eliotjordan/docker-geoserver/blob/master/Dockerfile
 
@@ -63,6 +60,11 @@
 your preferred credentials. If these are not specified then the postgresql 
 user is set to 'docker' with password 'docker'.
 
+There is also a convenience run script that will setup a postgis container
+and a geoserver container in the ``run.sh`` script for this repository.
+
+**Note:** The default geoserver user is 'admin' and the password is 'geoserver'.
+We highly recommend changing these as soon as you first log in.
 
 ## Storing data on the host rather than the container.
 

--
Gitblit v0.0.0-SNAPSHOT