I used this command line to run a fresh postgres i...
# contributors
f
I used this command line to run a fresh postgres instance:
Copy code
docker run --name postgres -d \
    -p 5432:5432 \
    -e POSTGRES_DB=hydra \
    -e POSTGRES_PASSWORD=password \
    postgres:14