Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 205 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 205 Bytes

creating postgres database docker instance

docker run --name afya-village-datastore -e POSTGRES_PASSWORD=afy4 -e POSTGRES_DB=afya_village -e POSTGRES_USER=afya -p 5444:5432 -d postgres:alpine