Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 239 Bytes

File metadata and controls

10 lines (6 loc) · 239 Bytes

postgresql

Postgresql for docker

Usage

First start a DATA container like quickbrew/data.

docker run -d -name postgresql -volumes-from DATA -p 5432:5432 quickbrew/postgresql