Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 258 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 258 Bytes

Postgres-Docker

Description

A postgres instance fast and easy with docker.

Instruction

  • Copy the .env.sample to .env and replace the values.
    cp .env.sample .env
  • start the container.
    docker-compose up -d