commit a5aebc83ddcccf46e6478b73f9f819516e532780
Author: Philipp Winter <phw(a)nymity.ch>
Date: Mon Nov 25 15:28:32 2019 -0800
Explain how to run multiple containers.
---
content/relay-operations/technical-setup/bridge/docker/contents.lr | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/relay-operations/technical-setup/bridge/docker/contents.lr b/content/relay-operations/technical-setup/bridge/docker/contents.lr
index 994453c..aff4cf2 100644
--- a/content/relay-operations/technical-setup/bridge/docker/contents.lr
+++ b/content/relay-operations/technical-setup/bridge/docker/contents.lr
@@ -37,7 +37,8 @@ Make sure that port X and Y are forwarded in your firewall.
```
That's it! Your container (identified by the first line of output) is now
-bootstrapping your new obfs4 bridge.
+bootstrapping your new obfs4 bridge. If you want to run more than one bridge on
+a single machine, run `make deploy` again, but with a different set of ports.
### 3. Monitor your logs