diff --git a/services/deluge/docker-compose.yml b/services/deluge/docker-compose.yml index db60d67..3c7cc75 100644 --- a/services/deluge/docker-compose.yml +++ b/services/deluge/docker-compose.yml @@ -18,4 +18,10 @@ services: - 58846:58846 # RPC - 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