mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-02-02 17:59:07 +08:00
feature:优化
This commit is contained in:
@@ -41,11 +41,11 @@ DEMO 地址账号密码为:admin/admin
|
||||
|
||||
### 从阿里云Docker Registry拉取镜像
|
||||
|
||||
1`docker pull xhongc/music_tag_web:1.2.5`
|
||||
1`docker pull xhongc/music_tag_web:1.2.6`
|
||||
|
||||
### dokcer run
|
||||
|
||||
2. `docker run -d -p 8001:8001 -v /path/to/your/music:/app/media --restart=always xhongc/music_tag_web:1.2.5`
|
||||
2. `docker run -d -p 8001:8001 -v /path/to/your/music:/app/media --restart=always xhongc/music_tag_web:1.2.6`
|
||||
|
||||
或者 使用portainer stacks部署
|
||||

|
||||
@@ -55,7 +55,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
music-tag:
|
||||
image: xhongc/music_tag_web:1.2.5
|
||||
image: xhongc/music_tag_web:1.2.6
|
||||
container_name: music-tag-web
|
||||
ports:
|
||||
- "8001:8001"
|
||||
|
||||
Reference in New Issue
Block a user