Skip to content

Commit d222cca

Browse files
committed
fix: modify front-backend-docker-deployment.md
1 parent 15fc11d commit d222cca

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/solutions/front-backend-docker-deployment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
根据自己的linux操作系统安装docker,配置国内镜像加速,编辑/etc/docker/daemon.json文件镜像地址,如图
77

8-
![](./imgs/daemon.png)
9-
108
```sh
119
{
1210
"registry-mirrors": [
@@ -18,6 +16,9 @@
1816
]
1917
}
2018
```
19+
20+
![](./imgs/daemon.png)
21+
2122
编辑完成后重载配置重启docker
2223
```sh
2324
sudo systemctl daemon-reload

0 commit comments

Comments
 (0)