The PostgreSQL object-relational database system provides reliability and data integrity.
386
Extends the official image of PostgreSQL to allow creation of multiple databases at runtime.
postgres:
image: sohonet/postgres:latest
container_name: postgres
ports:
- "5432:5432"
networks:
- services
environment:
- POSTGRES_MULTIPLE_DATABASES=db1,db2,db3
restart: always
Content type
Image
Digest
Size
82.2 MB
Last updated
almost 8 years ago
docker pull sohonet/postgres