Πως να κάνετε εκγατάσταση το Sonarr και Jellyfin

237 Προβολές
Published

Βίντεο.1 https://www.elltube.gr/w/5idKc92tcNNZTAXwYczC3q

Βίντεο.2 https://www.elltube.gr/w/aWF96emXwLYXuwvUSmmMLE

=====================================

https://docs.linuxserver.io/images/docker-jellyfin/

================================================================

---

services:

sonarr:

image: lscr.io/linuxserver/sonarr:latest

container_name: sonarr

environment:

- PUID=1000

- PGID=1000

- TZ=Europe.Athens

volumes:

- /path/to/sonarr/data:/config

- /path/to/tv:/tv

- /path/to/downloads:/downloads

ports:

- 8989:8989

restart: unless-stopped

===============================================================

---

services:

jellyfin:

image: lscr.io/linuxserver/jellyfin:latest

container_name: jellyfin

environment:

- PUID=1000

- PGID=1000

- TZ=Europe.Athens

volumes:

- /path/to/jellyfin/library:/config

- /path/to/tv:/tv

- /path/to/movies:/movies

ports:

- 8096:8096

restart: unless-stopped

=====================================================

Κατηγορίες
Howto & Style
Γίνε ο πρώτος που θα σχολιάσει