[tor-commits] [community/master] Fix obfs4-bridge docker upgrade instructions
gus at torproject.org
gus at torproject.org
Fri Oct 15 11:52:36 UTC 2021
commit 6fd28781070231c1ebbb53e6413f1b76daac0b51
Author: meskio <meskio at torproject.org>
Date: Thu Oct 14 14:27:43 2021 +0200
Fix obfs4-bridge docker upgrade instructions
Pulling the newest version of the image is needed before restarting it.
---
content/relay/setup/bridge/docker/contents.lr | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/content/relay/setup/bridge/docker/contents.lr b/content/relay/setup/bridge/docker/contents.lr
index a3d1e0a..a849385 100644
--- a/content/relay/setup/bridge/docker/contents.lr
+++ b/content/relay/setup/bridge/docker/contents.lr
@@ -37,7 +37,11 @@ That's it! Your container is now bootstrapping your new obfs4 bridge.
### 2. Upgrade your container
-Upgrading to the latest version of our image is as simple as running:
+Upgrading to the latest version of our image is as simple as pulling the latest version of the image running:
+
+`docker-compose pull obfs4-bridge`
+
+And then restarting the container:
`docker-compose up -d obfs4-bridge`
More information about the tor-commits
mailing list