From d469ada915b36458bc13b6feab7babea09fc6c75 Mon Sep 17 00:00:00 2001 From: Christian Persson Date: Sun, 24 Jul 2016 13:04:15 +0200 Subject: [PATCH] Update link to point to latest stable (9.5) docs --- postgres/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/content.md b/postgres/content.md index ad0c96d8f..53531f335 100644 --- a/postgres/content.md +++ b/postgres/content.md @@ -19,7 +19,7 @@ $ docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postg This image includes `EXPOSE 5432` (the postgres port), so standard container linking will make it automatically available to the linked containers. The default `postgres` user and database are created in the entrypoint with `initdb`. > The postgres database is a default database meant for use by users, utilities and third party applications. -> [postgresql.org/docs](http://www.postgresql.org/docs/9.3/interactive/app-initdb.html) +> [postgresql.org/docs](http://www.postgresql.org/docs/9.5/interactive/app-initdb.html) ## connect to it from an application