Skip to content

hegand/postgres-postgis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Postgres docker image with postgis based on alpine linux

Minimal alpine based docker postgres docker image with postgis extension.

Usage

Quick start

docker run -d -p 5432:5432 hegand/postgres-postgis

Add master password:

docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=secretpass hegand/postgres-postgis

Attach a volume:

docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=secretpass -v /local/dir:/var/lib/postgresql/data hegand/postgres-postgis

More info about the configs: offical postgres image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published