Create postgres_docker.md

This commit is contained in:
Sander Hautvast 2024-07-01 20:34:07 +02:00 committed by GitHub
parent 0e3c082368
commit 1064b47e38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
cmd/postgres_docker.md Normal file
View file

@ -0,0 +1,3 @@
```
docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432
```