From 1078c361b3ff2d7899c2eb6ca14195828011eb05 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 13 Apr 2014 15:33:32 +0530 Subject: [PATCH] README: added link to github project issues page --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ca85fde..687383b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ - [Securing the server](#securing-the-server) - [Maintenance](#maintenance) - [SSH Login](#ssh-login) +- [Issues](#issues) # Introduction Dockerfile to build a PostgreSQL container image which can be linked to other containers. @@ -121,3 +122,6 @@ docker pull sameersbn/postgresql:latest ```bash docker run -name postgresql -d [OPTIONS] sameersbn/postgresql:latest ``` + +# Issues +Please report issues [here](https://github.com/sameersbn/docker-postgresql/issues)