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

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
10 lines (6 loc) · 239 Bytes

README.md

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