From 7ab1ead398267cc9d77dcc0ad48356e607240460 Mon Sep 17 00:00:00 2001 From: Rid <grant@seednet.eu> Date: Sat, 17 Mar 2018 00:00:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20#14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- configs/core.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9dd39af..e233f6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,4 +64,4 @@ RUN setcap cap_net_bind_service=+ep /usr/bin/python2.7 #Â ports EXPOSE 80 58846 58946 58946/udp -ENTRYPOINT /Entrypoint.sh \ No newline at end of file +ENTRYPOINT /Entrypoint.sh diff --git a/configs/core.conf b/configs/core.conf index ca21f90..02db6a7 100644 --- a/configs/core.conf +++ b/configs/core.conf @@ -53,7 +53,7 @@ "Label", "Notifications" ], -"random_port": false, +"random_port": true, "autoadd_enable": true, "max_connections_global": -1, "enc_prefer_rc4": true, @@ -103,4 +103,4 @@ "remove_seed_at_ratio": false, "autoadd_location": "/torrents/watch", "plugins_location": "/torrents/config/deluge/plugins" -} \ No newline at end of file +} -- GitLab