I have a VM on Windows 10 running Unbuntu 18.04. It’s a new install and so far I have Portainer, Jellyfin, Radarr, QBittorrent etc all running without much issue.
I’ve installed the linuxserver/sonarr container, like I installed the other containers, but sonarr refuses to load on my web browser.
In Portainer it shows running and running “docker ps” I see it started there too.
ok, so a couple things i just noticed
you have /home/config:/config
are you also putting radarr’s config in this same path? you should be doing something like
/home/config/radarr:/config
/home/config/sonarr:/config
that said, the corrupted database is already in config, so in addition to removing the container, you need to delete the sonarr stuff from /home/config so the database is new.
further, portainer breaks all the things, can you try doing your docker create and then from CLI just run docker start sonarr I only suggest portainer for viewing things, not for taking actions on your containers. I also suggest looking into compose, it will make your life easier.