From 04d2ab0eaae21bfb9b9ac9cfdc0151acf570760a Mon Sep 17 00:00:00 2001 From: lijianyou Date: Fri, 10 Oct 2025 18:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06181e7..5b9fd4f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ docker run -d --restart=always \ -v /你的/本地/数据库/路径:/app/db \ -p 18101:10101 \ --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(源码里面写死了) ``` @@ -73,7 +73,7 @@ version: '3.8' services: 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 # 容器名称,可自定义 restart: always # 容器异常退出时自动重启 ports: