I keep this one as an alias, I use it so much. Would need to load up your schemas too, if you have

I keep this one as an alias, I use it so much. Would need to load up your schemas too, if you have those as .sql files.

docker run -e POSTGRES_PASSWORD=password -p 5432:5432 postgres:16 -c ssl=on -c ssl_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem -c ssl_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
Was this page helpful?