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 22, 2024
1 parent 5a51523 commit ec80585
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,13 @@ docker run -d \
ghcr.io/besoeasy/telearia:main
```

OR

```bash
docker run -d \
--name telearia \
--restart unless-stopped \
--network host \
// You can also mount download folder
-v /home/$USER/telearia:/tmp/downloads \
-e TELEGRAMBOT=Telegram-Bot-Token \
ghcr.io/besoeasy/telearia:main

// You can also set custom url for telearia
-e TUNNELURL=http://localhost:6799 \
```

### Tunnel Setup
Expand Down

0 comments on commit ec80585

Please sign in to comment.