diff --git a/Dockerfile b/Dockerfile index 0be5ff44..d2b9d75c 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 \ diff --git a/README.md b/README.md index 8f6fdde2..b452becb 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. diff --git a/docker-compose.yml b/docker-compose.yml index 62c33fc3..2d0d73e3 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: