From fbb1bc64a47ee8f0b47856c6b69244d97e55e3ef Mon Sep 17 00:00:00 2001 From: Aciel Date: Mon, 3 Jun 2024 18:26:12 +0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b594a0c..2883827 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ LABEL org.opencontainers.image.source="https://github.com/XxAcielxX/docker-rutor RUN \ echo "**** apply patches for /downloads ****" && \ sed -i -e '152s/themes [*\]/themes/; 247s_[*/]_/downloads_; 153,154d;398,399d' '/etc/cont-init.d/03-config.sh' && \ - sed -i -e '5,23s/[*/]complete//' '/tpls/etc/nginx/conf.d/webdav.conf' && \ + sed -i -e '4,22s/[*/]complete//' '/tpls/etc/nginx/conf.d/webdav.conf' && \ sed -i -e '/pex\.set/s/yes/no/; /umask\.set/s/^/#/; 56,60d' '/tpls/.rtorrent.rc' && \ sed -i -e '/complete\//d; /temp\//d; /directory\.default/s/download_temp/download/' '/tpls/etc/rtorrent/.rtlocal.rc'