From 74a9e5fc74077d54b3277160e60e53122533b5ec Mon Sep 17 00:00:00 2001 From: Per-Arne Andersen Date: Wed, 23 Dec 2020 16:34:24 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cdcb15..d7ba32b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The features of wg-manager includes: 3. It is recommended to have a firewall protecting your servers ## Notes -* A few people has experienced issues with running the dockerized method using bridged networking. To fix this, you can use `network_mode: host`. Note that you can no longer reverse-proxy the web interface from reverse proxies such as [jwilder/nginx-proxy](https://hub.docker.com/r/jwilder/nginx-proxy/). +* A few people has experienced issues with running the dockerized method using bridged networking. To workaround this, you can use `network_mode: host`. Note that you can no longer reverse-proxy the web interface from reverse proxies such as [jwilder/nginx-proxy](https://hub.docker.com/r/jwilder/nginx-proxy/). ## Method #1: Docker-compose ```yaml