From 044e201db4f51e44d5de847af33f2e356ca59c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=9F=D0=B0=D0=BD?= =?UTF-8?q?=D1=8C=D0=BA=D0=BE=D0=B2?= Date: Sun, 19 Nov 2023 12:05:39 +0300 Subject: [PATCH] docs --- services/deluge/docker-compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/services/deluge/docker-compose.yml b/services/deluge/docker-compose.yml index 548c4c8..5ed722b 100644 --- a/services/deluge/docker-compose.yml +++ b/services/deluge/docker-compose.yml @@ -17,4 +17,10 @@ services: - 8112:8112 # Web UI - 6881:6881 # Inbound torrent traffic - 6881:6881/udp # Inbound torrent traffic - restart: always \ No newline at end of file + restart: always + +# The admin interface is available at http://SERVER-IP:8112 with a default user/password of admin/deluge. +# +# To change the password (recommended) log in to the web interface and go to Preferences->Interface->Password. +# +# Change the inbound port to 6881 (or whichever port you've mapped for the container) under Preferences->Network, otherwise random ports will be used. \ No newline at end of file