Skip to content

Commit

Permalink
添加容器自动重启指令
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos-zhu committed Feb 29, 2024
1 parent 546d94a commit 267cf81
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 267cf81

Please sign in to comment.