Run update.sh

This commit is contained in:
Docker Library Bot 2020-03-27 20:10:42 +00:00
parent 4bfccfb26e
commit 8606b21a0d
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,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 \