Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 446 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 446 Bytes

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