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

Latest commit

 

History

History
7 lines (5 loc) · 212 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 212 Bytes

TheSettlements

docker run --name settlements-postgres -e POSTGRES_DB=settlements -e POSTGRES_USER=user -e POSTGRES_PASSWORD=password -p 15432:5432 -d postgres:17-bookworm

export $(xargs < .env)