Skip to content

Instantly share code, notes, and snippets.

@woudsma
Created January 17, 2018 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woudsma/c1c288163ff7e59cc26aebc02ba4df97 to your computer and use it in GitHub Desktop.
Save woudsma/c1c288163ff7e59cc26aebc02ba4df97 to your computer and use it in GitHub Desktop.
Using the PostGIS extension on a PostgreSQL database with Dokku

Using the PostGIS extension on a PostgreSQL database with Dokku

docker pull mdillon/postgis:latest  
export POSTGRES_IMAGE="mdillon/postgis"  
export POSTGRES_IMAGE_VERSION="latest"  
dokku postgres:create my-postgis-db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment