diff --git a/docker/bin/create_config.py b/docker/bin/create_config.py index c1e46c55f..203e4c514 100644 --- a/docker/bin/create_config.py +++ b/docker/bin/create_config.py @@ -73,6 +73,7 @@ def main(): defaults = copy.deepcopy(DEFAULT_PREFS) + defaults['random_port'] = False defaults['listen_random_port'] = None defaults['listen_interface'] = options['DELUGE_EXTERNAL_IP'] defaults['outgoing_interface'] = options['DELUGE_EXTERNAL_IP']