2025->2026
This commit is contained in:
@@ -113,7 +113,7 @@ docker run -d --restart=always \
|
||||
-v /opt/dysync/imgs:/app/images \
|
||||
-v /opt/dysync/uper:/app/uper \
|
||||
-p 10101:10101 \
|
||||
--name dysync2025 \
|
||||
--name dysync2026 \
|
||||
ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.5
|
||||
```
|
||||
|
||||
@@ -128,7 +128,7 @@ version: '3.8'
|
||||
services:
|
||||
dysync:
|
||||
image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.5
|
||||
container_name: dysync2025 # 容器名称
|
||||
container_name: dysync2026 # 容器名称
|
||||
restart: unless-stopped # 始终重启容器,除非容器被手动停止或Docker服务停止
|
||||
ports:
|
||||
- "10101:10101"
|
||||
|
||||
Reference in New Issue
Block a user