Skip to content

Commit

Permalink
Merge pull request #42 from chaos-zhu/patch-1
Browse files Browse the repository at this point in the history
docs: 添加容器自动重启指令
  • Loading branch information
ikun0014 committed Mar 3, 2024
2 parents 7ea698e + 267cf81 commit de50436
Showing 1 changed file with 1 addition and 1 deletion.
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:/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:/app/data --restart always -d ikun0014/lx-music-api-server-python:latest
```

## 📖返回码说明
Expand Down

0 comments on commit de50436

Please sign in to comment.