Create postgres_docker.md
This commit is contained in:
parent
0e3c082368
commit
1064b47e38
1 changed files with 3 additions and 0 deletions
3
cmd/postgres_docker.md
Normal file
3
cmd/postgres_docker.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```
|
||||
docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue