forked from xdocker/xgeoserver

Tim Sutton
2014-10-12 81a60e261d17c3c42420ca48acbf41ed09a1f38e
Readme update
1 files modified
8 ■■■■■ changed files
README.md 8 ●●●●● patch | view | raw | blame | history
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.