Change 127.0.0.1 to 0.0.0.0 to allow serving in docker container.#288
Change 127.0.0.1 to 0.0.0.0 to allow serving in docker container.#288chambm wants to merge 1 commit intogalaxyproject:masterfrom
Conversation
My docker container doesn't have a GUI. Nor for that matter does my Linux host. So I'm connecting from my Windows box, through a Windows VM, to the Docker container hosting 'planemo serve'. I had to make this change for it to work properly.
|
I think I don't want to accept this as is. I worry about binding an unsecured Galaxy to 0.0.0.0 by default. I understand the need for it but I would rather make it configurable - by adding a Let me know if this sounds like an acceptable path forward and I can try to make those changes. |
|
Yep, that sounds better. I went for the expedient solution because I -Matt On 9/10/2015 9:09 AM, John Chilton wrote:
|
|
Superseded by #301 which includes this commit. |
My docker container doesn't have a GUI. Nor for that matter does my Linux host. So I'm connecting from my Windows box, through a Linux VM, to the Docker container hosting 'planemo serve'. I had to make this change for it to work properly.