I tried creating a new user following the readme. I created a new user "autodl" with uid/gid of 500 and applied to to the docker settings but upon launching I noticed in the logs it's saying
Set uid to user 0 succeeded
2020-02-18 11:32:40,281 INFO supervisord started with pid 6
2020-02-18 11:32:41,283 INFO spawned: 'irssi-script' with pid 108
2020-02-18 11:32:41,285 INFO spawned: 'logrotate-script' with pid 109
2020-02-18 11:32:41,286 INFO spawned: 'pyrocore-script' with pid 110
2020-02-18 11:32:41,287 INFO spawned: 'rutorrent-script' with pid 111
2020-02-18 11:32:41,289 INFO spawned: 'start-script' with pid 112
2020-02-18 11:32:41,290 INFO spawned: 'watchdog-script' with pid 113
2020-02-18 11:32:41,291 INFO reaped unknown pid 7
Shouldn't it be running this with the newly created autodl user? I have changed it in the docker settings and deleted the perms.txt as well as the entire container and /config. Any suggestions are appreciated.