Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedManZhao committed Apr 13, 2024
1 parent 8378743 commit 2cc35e7
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 @@ -84,7 +84,7 @@ docker run -d -p 8080:8080 --name diskmirror-docker diskmirror-backend-spring-bo
```
# <给盘镜使用的本地磁盘路径> 代表的就是您在本地磁盘上需要给盘镜使用的磁盘路径
# <yaml中的 disk-mirror.root-dir的值> 代表的就是您的盘镜的根目录,存储数据的时候,会自动在此目录下存储数据,在下面的命令中就是使用了卷的方式实现了目录的映射
docker run -d -p 8080:8080 --name diskmirror-docker diskmirror-backend-spring-boot:<您的docker版本号> -v <给盘镜使用的本地磁盘路径> <yaml中的 disk-mirror.root-dir的值>
docker run -d -p 8080:8080 --name diskmirror-docker -v <给盘镜使用的本地磁盘路径>:<yaml中的 disk-mirror.root-dir的值> diskmirror-backend-spring-boot:<您的docker版本号>
```

### 桌面版本 docker 启动
Expand Down

0 comments on commit 2cc35e7

Please sign in to comment.