diff --git a/README.md b/README.md index 8fd17bed..38ba8289 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,9 @@ Yon can run the widget using Docker: docker run --rm -e REACT_APP_HOME_SERVER_URL=https://matrix-client.matrix.org -p 8080:8080 ghcr.io/nordeck/matrix-neoboard-widget:latest ``` -Our docker image supports customizing the nginx config by supplying additional config files. +Be sure, that you also read the security notes in the base image [@matrix-widget-toolkit/widget-server](https://github.com/nordeck/matrix-widget-toolkit/tree/main/containers/widget-server) docs. + +The image supports customizing the nginx config by supplying additional config files. For example, this allows running the image in an IPv4-only environment, as demonstrated at We also provide a [HELM chart](./charts/).