Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Set up PostgreSQL

Install Docker Desktop

Mac

Windows

Build and run PostgreSQL

docker compose up -d

Check the status

docker compose ls

Login the DB on the running container

docker exec -it mypostgres psql -U postgres -d sho

Logout the container

exit

Stop and remove the container

docker compose down

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages