Skip to content

Commit

Permalink
Add default docker_connect_port to interactive environments config di…
Browse files Browse the repository at this point in the history
…ctionary.
  • Loading branch information
blankenberg committed Feb 17, 2017
1 parent 56f7af4 commit 409f50e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy/web/base/interactive_environments.py
Expand Up @@ -111,7 +111,8 @@ def load_deploy_config(self, default_dict={}):
'command_inject': '--sig-proxy=true -e DEBUG=false',
'docker_hostname': 'localhost',
'wx_tempdir': 'False',
'docker_galaxy_temp_dir': None
'docker_galaxy_temp_dir': None,
'docker_connect_port': None
}
viz_config = ConfigParser.SafeConfigParser(default_dict)
conf_path = os.path.join( self.attr.our_config_dir, self.attr.viz_id + ".ini" )
Expand Down

0 comments on commit 409f50e

Please sign in to comment.