Sign inSign up

beginor/postgis

By beginor

Updated 9 months ago

PostGIS with ESRI addons

Image
1

2.7K

beginor/postgis repository overview

beginor/postgis

Version info:

  • PostgreSQL 13.x
  • PostGIS 3.x
  • TimeScaleDB 2.x

Example usage:

if [ ! -d "$(pwd)/postgis/data" ]; then
    mkdir -p "$(pwd)/postgis/data"
fi


docker run \
    --detach \
    --name postgis \
    --env POSTGRES_PASSWORD=YOUR_PASSWORD \
    --volume $(pwd)/postgis/data:/var/lib/postgresql/data \
    --publish 5432:5432 \
    --restart unless-stopped \
    --hostname postgis \
    beginor/postgis:13

Tag summary

Content type

Image

Digest

Size

204.3 MB

Last updated

over 4 years ago

docker pull beginor/postgis