Run update.sh
This commit is contained in:
parent
4bfccfb26e
commit
8606b21a0d
|
|
@ -178,7 +178,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