yarr icon indicating copy to clipboard operation
yarr copied to clipboard

Set entrypoint to yarr executable

Open darkdragon-001 opened this issue 7 months ago • 0 comments

This allows passing args as CMD directly without knowing the path to yarr within the container.

Example:

docker run -d yarr -addr 0.0.0.0:8080 -db /data/custom.db

darkdragon-001 avatar Dec 31 '23 16:12 darkdragon-001