From cbe241aae4ee41fb77c9df32e62b3b13c5fd8daf Mon Sep 17 00:00:00 2001 From: alhuelamo Date: Sun, 4 Jul 2021 22:25:48 +0200 Subject: [PATCH] Configuring networking for WSL --- docs/01-installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/01-installation.md b/docs/01-installation.md index 6446867..cb0fb4b 100644 --- a/docs/01-installation.md +++ b/docs/01-installation.md @@ -72,6 +72,13 @@ cd polynote To change any of the default configuration, you'll need to copy the included [`config-template.yml`](https://github.com/polynote/polynote/blob/master/config-template.yml) file to `config.yml`, and uncomment the sections you'd like to change. Check out the template itself for more information. +_Windows Subsystem for Linux Users_: WSL default networking does not share the `127.0.0.1` address with the Windows environment. To access the web interface from a Windows browser, make sure to include these lines in your `config.yml` file: + +``` +listen: + host: 0.0.0.0 +``` + ## Run To start the server, run the included python script: