Page 1 of 1

Deluge deletes web.conf after docker stops

Posted: Thu May 13, 2021 4:47 am
by totopesce
Have set up deluge with linuxserver docker and when the docker stops the file web.conf disappears and I lose my password and have to change it every time deluge stops.
Checked the logs and it only has info from when it started and says that it couldnt find the file web.conf
While its running web.conf and web.conf~ have -rw-r--r-- permissions and the owner and group are the same as the PUID and PGID. Every other .conf has the same permissions, user and group, and I havent noticed any configuration loses and there doesnt seem to be any other missing files when stopped.

I get this at stop in docker:

INFO ] 00:14:05 server:696 Shutting down webserver
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
s6-svwait: fatal: supervisor died
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.

Anyone knows how to fix it?
Thanks.