Skip to content

Commit e9fa23f

Browse files
committed
fix: add badges and update pinned version from v5.3.7 to v7.1.7
- Add Docker pulls, GitHub stars, license, and release badges - Update outdated version pinning example to current release
1 parent 9115763 commit e9fa23f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
# Telegram Archive
1010

11+
[![Docker Pulls](https://img.shields.io/docker/pulls/drumsergio/telegram-archive?style=flat-square&logo=docker)](https://hub.docker.com/r/drumsergio/telegram-archive)
12+
[![GitHub Stars](https://img.shields.io/github/stars/GeiserX/Telegram-Archive?style=flat-square&logo=github)](https://github.com/GeiserX/Telegram-Archive/stargazers)
13+
[![License](https://img.shields.io/github/license/GeiserX/Telegram-Archive?style=flat-square)](LICENSE)
14+
[![Release](https://img.shields.io/github/v/release/GeiserX/Telegram-Archive?style=flat-square)](https://github.com/GeiserX/Telegram-Archive/releases)
15+
1116
Automated Telegram backup with Docker. Performs incremental backups of messages and media on a configurable schedule.
1217

1318
## Features
@@ -394,7 +399,7 @@ For production stability, pin to specific versions instead of `latest`:
394399
```yaml
395400
services:
396401
telegram-backup:
397-
image: drumsergio/telegram-archive:v5.3.7 # Pin to specific version
402+
image: drumsergio/telegram-archive:v7.1.7 # Pin to specific version
398403
```
399404

400405
Check [Releases](https://github.com/GeiserX/Telegram-Archive/releases) for available versions.

0 commit comments

Comments
 (0)