From bfb84666af02fff50531ce0bf4ea06578fee7f0b Mon Sep 17 00:00:00 2001 From: Martin Lablans Date: Mon, 21 Nov 2022 18:13:40 +0100 Subject: [PATCH] Warn about ufw --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82010d6..b57c10e 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,16 @@ Ensure the following software (or newer) is installed: - docker-compose >= 2.xx (`docker-compose` and `docker compose` are both supported). - systemd -We recommend to install Docker(-compose) from its official sources as described on the [Docker website](https://docs.docker.com). Note for Ubuntu: Please note that snap versions of Docker are not supported. +We recommend to install Docker(-compose) from its official sources as described on the [Docker website](https://docs.docker.com). + +Note for Ubuntu: Please note that snap versions of Docker are not supported. ### Network Since it needs to carry sensitive patient data, Bridgeheads are intended to be deployed within your institution's secure network and behave well even in networks in strict security settings, e.g. firewall rules. The only connectivity required is an outgoing HTTPS proxy. TLS termination is supported, too (see [below](#tls-terminating-proxies)) +Note for Ubuntu: Please note that the uncomplicated firewall (ufw) is known to conflict with Docker [here](https://github.com/chaifeng/ufw-docker). + ## Deployment ### Base Installation