ytsync/e2e/lbrynet/docker/start.sh

4 lines
142 B
Bash
Raw Normal View History

#!/bin/bash
lbrynet start \
--api="${API_BIND_IP:-0.0.0.0}":"${API_PORT:-5279}" \
--config="${CONFIG_PATH:-/etc/lbry/daemon_settings.yml}"