docker Linuxserver armhf addons


  • I've been trying over and over to get a sonarr docker to work. (I could not get the addons to work on raspi3)
    not sure what im doing wrong here...


    The pgid and puid should be entered under the env tab (environment variables), not under command. The command is what is supposed to run after the container is created. You want to leave that as default otherwise container will likely attempt to execute the command and once it fails, it will stop.


  • The pgid and puid should be entered under the env tab (environment variables), not under command. The command is what is supposed to run after the container is created. You want to leave that as default otherwise container will likely attempt to execute the command and once it fails, it will stop.

    Thanks!