Skip to content

Commit

Permalink
docs: README
Browse files Browse the repository at this point in the history
  • Loading branch information
ikun0014 committed Mar 27, 2024
1 parent 27cf9d5 commit d19c343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ linux 命令如果为 python3 请自行替换
3. 创建容器

```bash
docker run --name lx-music-api-server-python -p 9763:9763 -v /root/lx-music-api-server-python/config:/lxapidocker/lx-music-api-server-python/config -v /root/lx-music-api-server-python/logs:/lxapidocker/lx-music-api-server-python/logs --restart always -d ikun0014/lx-music-api-server-python:latest
docker run --name lx-music-api-server-python -p 9763:9763 -v /root/lx-music-api-server-python/config:/work/config -v /root/lx-music-api-server-python/logs:/work/logs --restart always -d ikun0014/lx-music-api-docker
```

4. 填写配置
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ We don't know the Docker version you need, you can try whether the existing Dock
3. Create container

```bash
docker run --name lx-music-api-server-python -p 9763:9763 -v /root/lx-music-api-server-python:/app/data -d ikun0014/lx-music-api-server-python:latest
docker run --name lx-music-api-server-python -p 9763:9763 -v /root/lx-music-api-server-python/config:/work/config -v /root/lx-music-api-server-python/logs:/work/logs --restart always -d ikun0014/lx-music-api-docker
```

## 📖Return code description
Expand Down

0 comments on commit d19c343

Please sign in to comment.