This commit is contained in:
Maksim Pankov 2023-11-19 09:29:24 +00:00
commit c32b5c684d
1 changed files with 7 additions and 1 deletions

View File

@ -19,3 +19,9 @@ services:
- 6881:6881 # Inbound torrent traffic - 6881:6881 # Inbound torrent traffic
- 6881:6881/udp # Inbound torrent traffic - 6881:6881/udp # Inbound torrent traffic
restart: always 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.