2024-09-01, 07:23 PM
The journalctl command wouldn't output anything for docker setups.
Make sure that the user you are running the container as, which appears to be your user, can access /srv/appdata/jellyfin. Remember that your user needs to be able to access each step in that path.
Code:
sudo docker logs jellyfin
Make sure that the user you are running the container as, which appears to be your user, can access /srv/appdata/jellyfin. Remember that your user needs to be able to access each step in that path.