Update files
This commit is contained in:
parent
d639cd39b9
commit
33126d7220
@ -18,7 +18,6 @@ RUN chmod +x /app/nre
|
||||
ENV BASE_DIR=/app/Videos
|
||||
ENV FORMAT=mkv
|
||||
ENV TEMP_BASE_DIR=/app/tmp
|
||||
ENV NRE_PATH=/app/nre
|
||||
|
||||
ENTRYPOINT ["/app/drmdtool"]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
BaseDir = "/app/Videos/"
|
||||
Format = "${OUTPUT_FORMAT:-mkv}"
|
||||
Format = "${FORMAT:-mkv}"
|
||||
TempBaseDir = "/app/tmp/"
|
||||
|
||||
[N_m3u8DLRE]
|
||||
|
Loading…
Reference in New Issue
Block a user