From 2dbf8d31f77a261d17ce563cc73c667378f2bfb0 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Wed, 26 Feb 2020 03:17:29 -0500 Subject: [PATCH] Updated docker info in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c00ddb1..5a2c96b 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Finally, port forward the port `17442` and point it to the server's IP address. 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. Download the `docker-compose.yml` file in the latest release, or [click here](https://github.com/Tzahi12345/YoutubeDL-Material/releases/latest/download/docker-compose.yml) for a direct link. +1. Run `curl https://github.com/Tzahi12345/YoutubeDL-Material/releases/latest/download/docker-compose.yml -o docker-compose.yml` to download the latest release of `docker-compose.yml`, or go to the [releases](https://github.com/Tzahi12345/YoutubeDL-Material/releases/) page and download it yourself.. 2. Modify the config items in the `environment` section of `docker-compose.yml` to your liking. Otherwise, the default options will work and point to `http://localhost:8998`. You can find an explanation of these configuration items in [Configuration](#Configuration) section. 3. Make sure the port in the `frontend_url` environment variable lines up with the port in the `ports` section. 4. Run `docker-compose pull`. This will download the official YoutubeDL-Material docker image.