2023-07-26, 07:34 PM
From within the container, are you able to tell if there are any jellyfin processes?
I also see these two parameters in the doc that I don't see an equivalent in yours.
Not sure how important they are but the docker guide also specifies the same thing.
I also see these two parameters in the doc that I don't see an equivalent in yours.
Code:
--user $(id -u):$(id -g) \
--userns keep-id \
Not sure how important they are but the docker guide also specifies the same thing.
Code:
--user uid:gid \