Merge pull request #1685 from javieraviles/patch-1
Typo in docker run command
This commit is contained in:
commit
4bfccfb26e
|
|
@ -101,7 +101,7 @@ For example:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker run -d \
|
$ docker run -d \
|
||||||
-name some-postgres \
|
--name some-postgres \
|
||||||
-e POSTGRES_PASSWORD=mysecretpassword \
|
-e POSTGRES_PASSWORD=mysecretpassword \
|
||||||
-e PGDATA=/var/lib/postgresql/data/pgdata \
|
-e PGDATA=/var/lib/postgresql/data/pgdata \
|
||||||
-v /custom/mount:/var/lib/postgresql/data \
|
-v /custom/mount:/var/lib/postgresql/data \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue