We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is not clear what volumes we need to create or plex, do we need the media volume?
Additionally, which folders do we select when creating libraries from within the plex UI?
https://github.com/I-am-PUID-0/pd_zurg/wiki/Setup-Guides#example-to-access-the-debrid-service-rclone-mount-from-plex volumes: - your/host/path/plex/library:/config - your/host/path/plex/transcode:/transcode - your/host/path/plex/media:/data - your/host/path/mnt:/rclone # Same mount point as used in pd_zurg for the debrid rclone mount
https://github.com/I-am-PUID-0/pd_zurg?tab=readme-ov-file#-example-plex-docker-compose volumes: - /home/username/docker/plex/library:/config - /home/username/docker/plex/transcode:/transcode - /home/username/pd_zurg/mnt:/rclone # rclone mount location from pd_zurg must be shared
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is not clear what volumes we need to create or plex, do we need the media volume?
Additionally, which folders do we select when creating libraries from within the plex UI?
https://github.com/I-am-PUID-0/pd_zurg/wiki/Setup-Guides#example-to-access-the-debrid-service-rclone-mount-from-plex
volumes:
- your/host/path/plex/library:/config
- your/host/path/plex/transcode:/transcode
- your/host/path/plex/media:/data
- your/host/path/mnt:/rclone # Same mount point as used in pd_zurg for the debrid rclone mount
https://github.com/I-am-PUID-0/pd_zurg?tab=readme-ov-file#-example-plex-docker-compose
volumes:
- /home/username/docker/plex/library:/config
- /home/username/docker/plex/transcode:/transcode
- /home/username/pd_zurg/mnt:/rclone # rclone mount location from pd_zurg must be shared
The text was updated successfully, but these errors were encountered: