Last active 3 months ago
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.
1
0
1
| 1 | version: "3.9" |
| 2 | services: |
| 3 | jellyfin: |
| 4 | image: jellyfin/jellyfin:latest |
| 5 | container_name: Jellyfin-HT |
| 6 | environment: |
| 7 | TZ: Europe/Zurich |
| 8 | user: 1031:100 |
| 9 | volumes: |
| 10 | - /volume1/docker/jellyfinht/config:/config:rw |