2024-12-15, 05:15 PM
This is my docker compose config
jellyfin:
image: jellyfin/jellyfin:latest
expose:
- 8096
# - 8920
ports:
- 8096:8096
# - 8920:8920
environment:
- TZ=America/Bogota
- PUID=1000
- PGID=1000
volumes:
- ./Jellyfin
config
- ${MEDIA}
media
- ./tmp
tmp
- rclone
teldrive
jellyfin:
image: jellyfin/jellyfin:latest
expose:
- 8096
# - 8920
ports:
- 8096:8096
# - 8920:8920
environment:
- TZ=America/Bogota
- PUID=1000
- PGID=1000
volumes:
- ./Jellyfin

- ${MEDIA}

- ./tmp

- rclone
