Skip to content

Repository files navigation

README

docker run -d --rm \
    --name cup-db \
    -e POSTGRES_PASSWORD=supersecret \
    -p 5432:5432 \
    postgres

results in

DATABASE_URL="postgresql://postgres:supersecret@localhost:5432/cup-db"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages