BillionMail icon indicating copy to clipboard operation
BillionMail copied to clipboard

docker 脚本无法启动

Open gufeng2016 opened this issue 3 months ago • 2 comments

使用了cd /opt && git clone https://github.com/aaPanel/BillionMail && cd BillionMail && cp env_init .env && docker compose up -d || docker-compose up -d, 启动报错额,Error reading project config directory: open ../conf/askai: no such file or directory

而且无法访问

gufeng2016 avatar Sep 08 '25 15:09 gufeng2016

我也遇到了这个问题

maoliuli avatar Sep 15 '25 03:09 maoliuli

The "open ../conf/askai" message is a config directory notice and does not affect startup.

The actual issue is likely elsewhere. Please check your container logs to identify which service failed to start.

lotkmm avatar Sep 15 '25 04:09 lotkmm