From 68ee52522c3348b157241f7825a19f9fdc6070fb Mon Sep 17 00:00:00 2001 From: Alex Ostrovsky <40246333+astrovsky01@users.noreply.github.com> Date: Wed, 6 May 2020 15:31:35 -0700 Subject: [PATCH] Update to IT comment --- config/galaxy.yml.interactivetools | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/galaxy.yml.interactivetools b/config/galaxy.yml.interactivetools index 570b14415ac1..fe2d5892086f 100644 --- a/config/galaxy.yml.interactivetools +++ b/config/galaxy.yml.interactivetools @@ -32,7 +32,9 @@ galaxy: interactivetools_map: database/interactivetools_map.sqlite # If you develop InteractiveTools locally and do not have a full FQDN you can # use an arbritrary one, e.g. 'my-hostname' here, if you set this hostname in your - # job_conf.xml as well (see the corresponding comment). + # job_conf.xml as well (see the corresponding comment). If running mac OS X, do not match the + # "http://host.docker.internal:8080" used at galaxy_infrastructure_url in the galaxy.yml file, + # and use an arbitrary name here instead. # Please make sure that in the local development case you use https://localhost:8080 to access # your Galaxy. http://my-hostname:8080 will not work. # galaxy_infrastructure_url: http://my-hostname:8080