March 4Mar 4 I'm trying to use docker-compose to setup this: https://github.com/serg-markovich/local-whisper-obsidianHow does one go about learning how to make these files ? Is there a source where I can learn ?For people who know how to make these files ... is there a list of UNRAID details they need to know ?All help appreciated.here is a plex docker-compose.ymlservices:plex:image: lscr.io/linuxserver/plex:latestcontainer_name: plexnetwork_mode: bridgerestart: unless-stoppedenvironment:# Use a dedicated .env file for sensitive variables for better security and management- PUID=99 # Unraid default- PGID=100 # Unraid default- TZ=America/Toronto # Example timezone- VERSION=dockervolumes:# Map the configuration path to the Unraid appdata share- /mnt/user/appdata/plex:/config# Map media shares- /mnt/user/media/tvshows:/tvshows:ro # read-only access- /mnt/user/media/movies:/movies:roports:- 32400:32400/tcp Edited March 4Mar 4 by digitaldoctor
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.