Skip to content

Dev Environment ‐ Setup Tools

Full Stack edited this page Mar 23, 2025 · 9 revisions

Postgres

docker pull postgres
docker run --name my-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres

References

Clone this wiki locally