Skip to content

2020IP/docker-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

2020ip/postgres

The 2020ip/postgres image provides a Docker container running Postgres 9.5 with the PLV8 1.4.8 add-on installed. This image is based on the official postgres image.

Usage

The container can be ran with:

docker run -p 5432:5432 --env POSTGRES_PASSWORD=myPassword --env POSTGRES_USER=postgres -d 2020ip/postgres

This image is based on the offical Postgres image, so see its documentation for all options. https://hub.docker.com/_/postgres/

About

Docker image for PostgreSQL with PLV8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published