Sign inSign up

sohonet/postgres

By sohonet

Updated almost 8 years ago

The PostgreSQL object-relational database system provides reliability and data integrity.

Image
0

386

sohonet/postgres repository overview

Extends the official image of PostgreSQL to allow creation of multiple databases at runtime.

Example of Usage

  postgres:
    image: sohonet/postgres:latest
    container_name: postgres
    ports:
      - "5432:5432"
    networks:
      - services
    environment:
      - POSTGRES_MULTIPLE_DATABASES=db1,db2,db3
    restart: always

Tag summary

Content type

Image

Digest

Size

82.2 MB

Last updated

almost 8 years ago

docker pull sohonet/postgres