From c9a95e48fb420acb2c3e5251d5dafb28480b4816 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Sat, 21 Mar 2020 01:02:38 -0400 Subject: [PATCH] Added new step to docker setup --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad60824..f7efaee 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,11 @@ Finally, port forward the port specified in the config (defaults to `17442`) and If you are looking to setup YoutubeDL-Material with Docker, this section is for you. And you're in luck! Docker setup is quite simple. 1. Run `curl -L https://github.com/Tzahi12345/YoutubeDL-Material/releases/latest/download/youtubedl-material-docker.zip -o youtubedl-material-docker.zip` to download the latest Docker zip release, or go to the [releases](https://github.com/Tzahi12345/YoutubeDL-Material/releases/) page to grab the version you'd like. -2. Modify the config items in the `appdata` folder to your liking. The default options will work, however, and point to `http://localhost:8998`. You can find an explanation of these configuration items in [Configuration](#Configuration) section. -3. Run `docker-compose pull`. This will download the official YoutubeDL-Material docker image. -4. Run `docker-compose up` to start it up. If successful, it should say "HTTP(S): Started on port 8998" or something similar. -5. Make sure you can connect to the specified URL + port, and if so, you are done! +2. Unzip the `youtubedl-material-docker.zip` and navigate into the root folder. +3. Modify the config items in the `appdata` folder to your liking. The default options will work, however, and point to `http://localhost:8998`. You can find an explanation of these configuration items in [Configuration](#Configuration) section. +4. Run `docker-compose pull`. This will download the official YoutubeDL-Material docker image. +5. Run `docker-compose up` to start it up. If successful, it should say "HTTP(S): Started on port 8998" or something similar. +6. Make sure you can connect to the specified URL + port, and if so, you are done! ## API