Update link to point to latest stable (9.5) docs

This commit is contained in:
Christian Persson 2016-07-24 13:04:15 +02:00
parent ccd425ca3c
commit d469ada915
1 changed files with 1 additions and 1 deletions

View File

@ -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`. 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. > 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 ## connect to it from an application