Any plans for docker support? #599
danwholikespie
started this conversation in
General
Replies: 1 comment
|
There's no real difference between docker compose and docker, compose is just a way of storing docker commands as yaml files and then implementing the configuration in that file. If you want a truly easy setup, setup.sh script method in the install instructions is the easiest method. All you need to do is run that file and it will do everything for you. There are also tools online that will give you the docker command from most docker-compose.yml files. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I tried to set up youtarr using the third-party docker container, and after going through the Discord, it appears that a bare docker installation is not supported and that I have to use the console.
Any plans for a regular docker installation for us less tech savvy folks? This project is AMAZING, but I just don't have the chops to figure out how to use Docker Compose.
All reactions