更新readme
This commit is contained in:
@@ -61,7 +61,7 @@ docker run -d --restart=always \
|
|||||||
-v /你的/本地/数据库/路径:/app/db \
|
-v /你的/本地/数据库/路径:/app/db \
|
||||||
-p 18101:10101 \
|
-p 18101:10101 \
|
||||||
--name dysync2025 \
|
--name dysync2025 \
|
||||||
registry.cn-hangzhou.aliyuncs.com/jianzhichu/dysync.net:v1.0.2
|
registry.cn-hangzhou.aliyuncs.com/jianzhichu/dysync.net:v1.0.3
|
||||||
|
|
||||||
###-p 后面的第二个端口 必须10101(源码里面写死了)
|
###-p 后面的第二个端口 必须10101(源码里面写死了)
|
||||||
```
|
```
|
||||||
@@ -73,7 +73,7 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
dysync:
|
dysync:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/jianzhichu/dysync.net:v1.0.2
|
image: registry.cn-hangzhou.aliyuncs.com/jianzhichu/dysync.net:v1.0.3
|
||||||
container_name: dysync2025 # 容器名称,可自定义
|
container_name: dysync2025 # 容器名称,可自定义
|
||||||
restart: always # 容器异常退出时自动重启
|
restart: always # 容器异常退出时自动重启
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user