From 5503e40639a50ba4ee708308e0575b331fac9db9 Mon Sep 17 00:00:00 2001 From: Hugo Wood Date: Mon, 11 Apr 2022 10:42:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20document=20how=20to=20change=20S?= =?UTF-8?q?ENSEI=5FPORT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abbd4f3..f84b958 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,17 @@ using a simpler and newer stack. It's not up-to-par in terms of features, but it > This avoids the `C:/Program Files/Git/...: no such file or directory` kind of > errors. +> ⚠ To change `SENSEI_PORT` when using this alias, use the following syntax: +> `export SENSEI_PORT=9000; sensei`. See +> [here](https://github.com/Zenika/sensei/issues/147#issuecomment-1091188979). + ### Using a Docker image built from sources 🐳 - Clone this repo and `cd` into the created folder - Build the image with `sh build.sh` - Create the same alias as for the published Docker image but without the `--pull always` -> ⚠ When running sensei inside a Docker container, the `--material` is limited -> to descendants of the working directory. +> ⚠ The same warnings as for the published Docker image apply. ### Using Node.js