Typo in docker run command
This commit is contained in:
parent
9ff05f59a2
commit
1d2646d0e5
|
|
@ -101,7 +101,7 @@ For example:
|
|||
|
||||
```console
|
||||
$ docker run -d \
|
||||
-name some-postgres \
|
||||
--name some-postgres \
|
||||
-e POSTGRES_PASSWORD=mysecretpassword \
|
||||
-e PGDATA=/var/lib/postgresql/data/pgdata \
|
||||
-v /custom/mount:/var/lib/postgresql/data \
|
||||
|
|
|
|||
Loading…
Reference in New Issue