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