Update README.md (#12)

fix typo in   --env REPMGR_PARTNER_NODES=pg-0,pg-1 \
This commit is contained in:
Samat Toibazarov 2020-02-10 13:30:15 +06:00 committed by GitHub
parent 9e5be7a8ad
commit a3dce5f67a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Use the `--network <NETWORK>` argument to the `docker run` command to attach the
```bash
$ docker run --detach --rm --name pg-0 \
--network my-network \
--env REPMGR_PARTNER_NODES=g-0,pg-1 \
--env REPMGR_PARTNER_NODES=pg-0,pg-1 \
--env REPMGR_NODE_NAME=pg-0 \
--env REPMGR_NODE_NETWORK_NAME=pg-0 \
--env REPMGR_PRIMARY_HOST=pg-0 \