From ad2a388ec01f3f59b58e7257b4df5473db0437a7 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 17 Dec 2022 14:02:37 -0500 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 12035c1..92a397b 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -313,7 +313,7 @@ RUN pip3 install apprise # RUN pip3 install "git+https://github.com/caronc/apprise.git" ## Use a specific branch you want to test -RUN pip3 install "git+https://github.com/caronc/apprise.git@branch" +# RUN pip3 install "git+https://github.com/caronc/apprise.git@branch" ``` Next we need to build our docker container we set up the blueprints for above: