Skip to content

Docker image which adds uuid support to the mdillon/postgis image

Notifications You must be signed in to change notification settings

johnaschroeder/docker-postgis-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-postgis-uuid

Docker image which adds uuid support to the mdillon/postgis image

usage with docker

docker pull schemamapper/postgresql-postgis-uuid
docker run -d -p 5432:5432 schemamapper/postgresql-postgis-uuid

usage with docker compose

postgresql:
  image: schemamapper/postgresql-postgis-uuid
  environment:
    - POSTGRES_PASSWORD=YOUR_CRAZY_LONG_PASSWORD_HERE
  ports:
    - "5432:5432"
  volumes:
    - /data-postgresql:/var/lib/postgresql/data

About

Docker image which adds uuid support to the mdillon/postgis image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages