From bc0c2c4593fffe2dd1441bc9fc85a9612474f9d6 Mon Sep 17 00:00:00 2001 From: charlesxie <408737515@qq.com> Date: Wed, 10 Apr 2024 13:28:55 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=E4=BF=AE=E6=94=B9=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c011e2..c058ed6 100644 --- a/README.md +++ b/README.md @@ -85,18 +85,18 @@ ps. `/path/to/your/music` 改成你的音乐文件夹路径!`/path/to/your/con ### - V2部署方式 ### 从Docker Hub拉取镜像 -1`docker pull xhongc/music_tag_web:2.0.1` +1`docker pull xhongc/music_tag_web:latest` ### dokcer run -2. `docker run -d -p 8002:8002 -v /path/to/your/music:/app/media -v /path/to/your/config:/app/data --restart=always xhongc/music_tag_web:2.0.1` +2. `docker run -d -p 8002:8002 -v /path/to/your/music:/app/media -v /path/to/your/config:/app/data --restart=always xhongc/music_tag_web:latest` ```yaml version: '3' services: music-tag: - image: xhongc/music_tag_web:2.0.1 + image: xhongc/music_tag_web:latest container_name: music-tag-web ports: - "8002:8002"