Skip to content

bewithdhanu/PostgreSQL-with-PostGIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-postgis

A simple docker container that runs PostGIS

Building the image

docker-compose build --no-cache

--no-cache is optional. Do not use cache when building the image, if you need to completely rebuild the image you can use this otherwise it was optional.

Running the container

docker-compose up -d

-d will run the container in background

Stoping the container

docker-compose down

About

Docker version of PostgreSQL along with PostGIS installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published