This is in the $PATH now
This commit is contained in:
parent
61301d1261
commit
ba99a183a1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ chmod -R 755 /etc/lbrycrdd
|
||||||
rm -f /var/run/lbrycrdd.pid
|
rm -f /var/run/lbrycrdd.pid
|
||||||
|
|
||||||
## For now keeping this simple. Potentially eventually add all command args as envvars for the Dockerfile or use safe way to add args via docker-compose.yml
|
## For now keeping this simple. Potentially eventually add all command args as envvars for the Dockerfile or use safe way to add args via docker-compose.yml
|
||||||
~/lbrycrdd \
|
lbrycrdd \
|
||||||
-conf=${CONF_PATH:-/etc/lbrycrdd/lbrycrdd.conf} \
|
-conf=${CONF_PATH:-/etc/lbrycrdd/lbrycrdd.conf} \
|
||||||
-data=${DATA_DIR:-/data/} \
|
-data=${DATA_DIR:-/data/} \
|
||||||
-port=${PORT:-9246} \
|
-port=${PORT:-9246} \
|
||||||
|
|
Loading…
Reference in a new issue