From 110eccd9e4864bd71d7208f4072c6c0c4b44d98d Mon Sep 17 00:00:00 2001 From: rebecca554owen Date: Wed, 22 Nov 2023 18:48:01 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=BB=8Eaapanel=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E5=88=B01panel=E6=95=99=E7=A8=8B.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/从aapanel迁移到1panel教程.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/从aapanel迁移到1panel教程.md b/docs/从aapanel迁移到1panel教程.md index 1501bb1..81b6e9a 100644 --- a/docs/从aapanel迁移到1panel教程.md +++ b/docs/从aapanel迁移到1panel教程.md @@ -88,9 +88,6 @@ vim docker-compose.yaml ``` version: '3' services: -networks: - persist: - external: true xboard: image: ghcr.io/cedar2025/xboard:latest volumes: @@ -113,7 +110,9 @@ networks: - redis-socket:/run/redis-socket # 挂载socket volumes: redis-socket: - +networks: + persist: + external: true ``` 8.根据v2board数据库版本执行对应的迁移数据库命令 ```