NekoBox icon indicating copy to clipboard operation
NekoBox copied to clipboard

when start the container, it saids conf/app.ini is missing

Open mcdullmedia opened this issue 10 months ago • 2 comments

The file were mapped to the /app/conf/app.ini as told. But the docker does not start and telling conf/app.ini cannot be found.

configuration: parse "conf/app.ini": open conf/app.ini: no such file or directory FATA[0000] Failed to start application

mcdullmedia avatar May 28 '25 06:05 mcdullmedia

the path is not correct. it was under /home/app/conf/app.ini But it still dont work, the production flag and port flag were not honored. I doubt if the docker is very olddated and using old fashion of conf parameter.

mcdullmedia avatar May 28 '25 11:05 mcdullmedia

I think you should copy the config into the docker container, try add COPY --from=builder /app/conf ./conf into the docker file.

EthanPany avatar Nov 04 '25 18:11 EthanPany