Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy authored Nov 12, 2024
1 parent 085df2a commit 5f46b15
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,18 @@ docker run -d \
-e TELEGRAMBOT=Telegram-Bot-Token \
ghcr.io/besoeasy/telearia:main
```
Run TeleAria Alongside JellyFin and make it automatic alternative to sonarr and other things
OR

```bash

docker run -d \
--name telearia \
--restart unless-stopped \
--network host \
-v /home/$USER/downloads:/tmp/downloads \
-v /home/$USER/telearia:/tmp/downloads \
-e TELEGRAMBOT=Telegram-Bot-Token \
ghcr.io/besoeasy/telearia:main

docker run -d \
--name jellyfin \
--restart unless-stopped \
--network host \
-v /srv/jellyfin/config:/config \
-v /srv/jellyfin/cache:/cache \
-v /home/$USER/downloads:/media \
jellyfin/jellyfin:latest


```
Expand Down

0 comments on commit 5f46b15

Please sign in to comment.