mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-01 23:18:13 -05:00
Update 从aapanel迁移到1panel教程.md
This commit is contained in:
parent
72ca2d4564
commit
110eccd9e4
@ -88,9 +88,6 @@ vim docker-compose.yaml
|
|||||||
```
|
```
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
networks:
|
|
||||||
persist:
|
|
||||||
external: true
|
|
||||||
xboard:
|
xboard:
|
||||||
image: ghcr.io/cedar2025/xboard:latest
|
image: ghcr.io/cedar2025/xboard:latest
|
||||||
volumes:
|
volumes:
|
||||||
@ -113,7 +110,9 @@ networks:
|
|||||||
- redis-socket:/run/redis-socket # 挂载socket
|
- redis-socket:/run/redis-socket # 挂载socket
|
||||||
volumes:
|
volumes:
|
||||||
redis-socket:
|
redis-socket:
|
||||||
|
networks:
|
||||||
|
persist:
|
||||||
|
external: true
|
||||||
```
|
```
|
||||||
8.根据v2board数据库版本执行对应的迁移数据库命令
|
8.根据v2board数据库版本执行对应的迁移数据库命令
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user