Merge pull request #1685 from javieraviles/patch-1

Typo in docker run command
This commit is contained in:
Tianon Gravi 2020-03-27 12:14:53 -07:00 committed by GitHub
commit 4bfccfb26e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \