From bd2443b1e94753a282d972c8a4d3064eaccc2464 Mon Sep 17 00:00:00 2001 From: GlassedSilver Date: Sat, 18 Sep 2021 16:59:49 +0200 Subject: [PATCH 1/3] docker-compose.yml: Use YoutubeDL-Material nightly --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 62c33fc..2d0d73e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: - ./users:/app/users ports: - "8998:17442" - image: tzahi12345/youtubedl-material:latest + image: tzahi12345/youtubedl-material:nightly ytdl-mongo-db: image: mongo ports: From f7e0b3e86b58b8f55383c9f66845b2e217533f50 Mon Sep 17 00:00:00 2001 From: GlassedSilver Date: Sat, 18 Sep 2021 17:22:11 +0200 Subject: [PATCH 2/3] =?UTF-8?q?[DRAFT!]=20Bump=20alpine:=20pinned=20'3.12'?= =?UTF-8?q?=20=E2=86=92=20'latest'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0be5ff4..d2b9d75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 as frontend +FROM alpine:latest as frontend RUN apk add --no-cache \ npm @@ -15,7 +15,7 @@ RUN ng build --prod #--------------# -FROM alpine:3.12 +FROM alpine:latest ENV UID=1000 \ GID=1000 \ From 176c99f813be95c0524b284b57c5890490b5d1d9 Mon Sep 17 00:00:00 2001 From: GlassedSilver Date: Sat, 18 Sep 2021 17:41:25 +0200 Subject: [PATCH 3/3] Reference host-specific instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f6fdde..b452bec 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ Alternatively, you can port forward the port specified in the config (defaults t ## Docker +### Host-specific instructions + +If you're on a Synology NAS, unRAID or any other possible special case you can check if there's known issues or instructions both in the issue tracker and in the [Wiki!](https://github.com/Tzahi12345/YoutubeDL-Material/wiki#environment-specific-guideshelp) + ### Setup 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.