Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 214 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 214 Bytes

Docker Postgres image for use with dockerized CKAN

To run locally

  • checkout
  • docker build -t picturae/ckan-postgres:9.6 .
  • docker run -d --name picturae-ckan-postgres -p 5432:5432 picturae/ckan-postgres:9.6