Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to make my first docker-compose.yml and .env files

Featured Replies

I'm trying to use docker-compose to setup this: https://github.com/serg-markovich/local-whisper-obsidian

How 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.yml

services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: bridge
restart: unless-stopped
environment:
# 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=docker
volumes:
# 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:ro
ports:
- 32400:32400/tcp

Edited 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.