GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
210 stars 45 forks source link

qBittorrent and Lidarr not starting after powering RPi on #70

Closed OBELIKS closed 1 year ago

OBELIKS commented 1 year ago

When system is fully booted all containers start, except for Lidarr and qBittorrent. It's possible to manually start them from Portainer. What do I need to check?

GreenFrogSB commented 1 year ago

Yes, in Portainer you select a container and press Start. If you want to permanently make container start after each reboot, edit docker-compose.yml file, find relevant section for the container in question and add "restart: unless-stopped" declaration at the end - look at the other ones as a example. Save the file and run "docker-compose up -d" again.