January 26, 20251 yr First off I rely on app templates since I am a complete novice with docker and programming in general. I would like to install https://github.com/jfroment/seedbox on my server but there is alot to this and it has me completely lost. If there is anyone that can help me with this or possibly create a template for it I would really appreciate it. Thanks in advance
July 8, 2025Jul 8 This is for Docker Compose, not just plain Docker. The difference is Docker runs a single container and Docker Compose can be used to run multiple related containers in conjunction. Suppose you have an application that requires a database backend and you want to run that application in a Docker container. You could have the application and the database running on a single Docker container, but there are a myriad or reasons why you wouldn't want to do that. In your case, instead of having all those applications in one single Docker container, Seedbox uses Docker compose files to group all those Docker containers together and configure them to work together.Unraid does not natively support Docker Compose but there is a plugin for it. If you are still looking to set this up, PM me. But honestly, it might be better to just install the Dockers in Unraid the normal way.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.