Tdarr
Description
Tdarr is a cross-platform, distributed transcoding system which is broken up into multiple modules.
Install/Setup
When installing the Tdarr container, the installer will install under the appdata
directory as the root user and you will see errors as such:
- Starting database mongodb
...fail
Permissions are likely not set correctly on your TDARR_DB
variable location, run the following:
sudo chown -R $USER:$USER /path/to/location
Restart your container by running:
docker restart tdarr