Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taksssss authored Sep 8, 2024
1 parent 9c6e536 commit 8b99246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PHP 实现的 EPG(电子节目指南)服务端, `Docker` 部署,自带

## 主要功能 ℹ️
- 支持返回 **`DIYP & 百川`****`超级直播`** 以及 **`xmltv`** 格式 📡
- 提供 **`amd64`****`arm64`** 架构 `Docker` 镜像,支持**电视盒子**等设备 🐳
- 提供 **`amd64`****`arm64`** **`armv7`** 架构 `Docker` 镜像,支持**电视盒子**等设备 🐳
- 基镜像采用 `alpine-apache-php`**压缩后大小仅 `20M`** 📦
- 采用**先构建再存数据库**的策略,**减少数据冗余****提高读取速度** 🚀
- 支持**繁体中文频道匹配** 🌐
Expand Down Expand Up @@ -83,10 +83,10 @@ PHP 实现的 EPG(电子节目指南)服务端, `Docker` 部署,自带

1. 配置 `Docker` 环境

2. 若已安装过,先删除旧版本(注意备份数据)
2. 若已安装过,先删除旧版本并拉取新版本(注意备份数据)

```bash
docker rm php-epg -f
docker rm php-epg -f && docker pull taksss/php-epg:latest
```

3. 拉取镜像并运行:
Expand Down

0 comments on commit 8b99246

Please sign in to comment.