mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: nginx_container document is incorrect (#2331)
Solution Fixed nginx_container volume path and environment name.
This commit is contained in:
parent
00cb5108ca
commit
c5b4fa357d
@ -12,8 +12,8 @@ reflect any changes made to the container.
|
|||||||
```
|
```
|
||||||
docker run \
|
docker run \
|
||||||
--name=tendermint_instance_pub_key \
|
--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> \
|
--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>
|
bigchaindb/nginx_pub_key_access:<version_number>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user