storagenode: fix port in entrypoint (#1252)

Change-Id: I07fa4cec447f2d6a3a3e308ad9b63bdc9dc1b161
This commit is contained in:
JT Olio 2019-02-06 09:19:58 -07:00 committed by GitHub
parent dc7deab695
commit 0c96353078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ fi
RUN_PARAMS="${RUN_PARAMS:-} --config-dir ${CONF_PATH}"
export STORJ_SERVER_ADDRESS="${STORJ_SERVER_ADDRESS:-$(hostname -i):7777}"
export STORJ_SERVER_ADDRESS="${STORJ_SERVER_ADDRESS:-$(hostname -i):28967}"
if [ -n "${SATELLITE_ADDR:-}" ]; then
RUN_PARAMS="${RUN_PARAMS} --kademlia.bootstrap-addr $SATELLITE_ADDR"