sureai小白宝塔搭建年化佬的PandoraHelper流程 中发帖

这是坛里有位佬友问的问题,我其实也不太懂,根据年华佬的github摸索一下,记录一下,故有此贴。 
step 1
在宝塔面板 Docker 》容器编排 》添加容器编排
添加以下内容,确定。这里的端口可以自己设定
services:
pandora-next:
image: q11391/pandora-helper
container_name: PandoraHelper
network_mode: bridge
restart: always
ports:
- "9000:9000"
volumes:
- ./data:/app/data

[1731029916218]
step 2
[1731030155169]
等待安装完成,完成后一般会异常,点击 跳转目录,在data目录下新建 config...