2023-08-31, 08:57 PM
(This post was last modified: 2023-08-31, 08:58 PM by PrimeQRF. Edited 2 times in total.)
Thanks lol. Here's my docker compose. Had to add a space in between the colon and forward slash because otherwise they turn into emojis on the fourms lmfao
---
version: "2.1"
services:
jellyfin:
image: linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Time/zone
volumes:
- /home/soul/jellyfin: /config
- /dev/shm/JellyfinTranscode: /transcode
- /data/media: /data/media
ports:
- 8096:8096
restart: unless-stopped
---
version: "2.1"
services:
jellyfin:
image: linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Time/zone
volumes:
- /home/soul/jellyfin: /config
- /dev/shm/JellyfinTranscode: /transcode
- /data/media: /data/media
ports:
- 8096:8096
restart: unless-stopped