Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 399 Bytes

File metadata and controls

9 lines (7 loc) · 399 Bytes

사전준비

docker run --name postgresql -e POSTGRES_USER=myusername -e POSTGRES_PASSWORD=mypassword -p 5432:5432 -v /data:/var/lib/postgresql/data -d postgres