From e5862de232f4cbe0313876c8ef7088e9972e179b Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 24 Mar 2020 11:00:11 -0400 Subject: [PATCH] docs: use upstream postgis image --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90c4bef..2c86800 100644 --- a/README.md +++ b/README.md @@ -284,10 +284,10 @@ Please ensure the proper images are in place when `docker pull` is disabled. Official Postgres docker images doesn't include postgis extension. To be able to use postgis, you will need postgres+postgis docker container compatible with official ones. -You can use for example `mdillon/postgis` container: +You can use for example `postgis/postgis` container: ``` -export POSTGRES_IMAGE="mdillon/postgis" +export POSTGRES_IMAGE="postgis/postgis" export POSTGRES_IMAGE_VERSION="latest" dokku postgres:create postgis-database