@@ -60,7 +60,7 @@ docker run -d --restart=always \
|
||||
-v /你的/本地/数据库/路径:/app/db \
|
||||
-p 18101:10101 \
|
||||
--name dysync2025 \
|
||||
registry.cn-hangzhou.aliyuncs.com/jianzhichu/dysync.net:v1.0.1
|
||||
registry.cn-hangzhou.aliyuncs.com/jianzhichu/dysync.net:v1.0.2
|
||||
|
||||
|
||||
```
|
||||
@@ -72,7 +72,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
dysync:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/jianzhichu/dysync.net:v1.0.1
|
||||
image: registry.cn-hangzhou.aliyuncs.com/jianzhichu/dysync.net:v1.0.2
|
||||
container_name: dysync2025 # 容器名称,可自定义
|
||||
restart: always # 容器异常退出时自动重启
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user