Closed baracoder closed 4 years ago
I got it to work. This is somehow related to how the persistent volume is mounted. I will dig deeper and report back
It has to do with the fuse filesystem mergerfs, which I use. The issue is similar to https://github.com/trapexit/mergerfs/issues/463 It works, when the volume is on a disk directly. I will have to experiment with mount flags to get it working on the merged filesystem.
I get a working server from starting the image, but the
.setup
chat command does not work. It looks like the plugins are not loaded. Is there any additional configuration required to enable the plugins?