Problem: nginx_container document is incorrect (#2331)

Solution
Fixed nginx_container volume path and environment name.
This commit is contained in:
Takanori Hirano 2018-06-04 19:18:03 +09:00 committed by Shahbaz Nazir
parent 00cb5108ca
commit c5b4fa357d

View File

@ -12,8 +12,8 @@ reflect any changes made to the container.
```
docker run \
--name=tendermint_instance_pub_key \
--env TENDERMINT_PUB_KEY_ACCESS_PORT=''
--env TM_PUB_KEY_ACCESS_PORT=''
--publish=<nginx port for external connections>:<corresponding host port> \
--volume=<host dir with public key>:/tendermint_node_data \
--volume=<host dir with public key>:/usr/share/nginx \
bigchaindb/nginx_pub_key_access:<version_number>
```