From a808d9395cb064701b9c1028c8a3659e989df616 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 20 Jan 2023 17:54:01 +0000 Subject: [PATCH] Add note about change in port number and writable /tmp --- doc/docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/docker.md b/doc/docker.md index 336d658a..41632909 100644 --- a/doc/docker.md +++ b/doc/docker.md @@ -59,6 +59,8 @@ docker run \ hydrogen ``` +n.b. the image is now based on the unprivileged nginx base, so the port is now `8080` instead of `80` and you need a writable `/tmp` volume. + You can override the default `config.json` using the `CONFIG_OVERRIDE` environment variable. For example to specify a different Homeserver and : ```