From 8428b23e0da0765c375c96d8ac6e386742657417 Mon Sep 17 00:00:00 2001
From: samwiseg0 <2241731+samwiseg0@users.noreply.github.com>
Date: Sat, 26 Dec 2020 21:21:09 -0500
Subject: [PATCH] Updated Frequently Asked Questions (markdown)
---
Frequently-Asked-Questions.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md
index c2f7bc3..d4559a6 100644
--- a/Frequently-Asked-Questions.md
+++ b/Frequently-Asked-Questions.md
@@ -32,7 +32,7 @@
**A:** Verify your are running radarr and sonarr v3. Overseerr was developed for v3 and is not currently backward compatible.
#### Q: How do I keep Overseerr up-to-date?
-**A:** It is recommended that you you use a 3rd party updating mechanism for docker such as [Ouroboros](https://github.com/pyouroboros/ouroboros) or [Watchtower](https://github.com/containrrr/watchtower)
+**A:** Use 3rd party updating mechanisms such as [Ouroboros](https://github.com/pyouroboros/ouroboros) or [Watchtower](https://github.com/containrrr/watchtower) to keep Overseerr up-to-date.
#### Q: How can I access Overseerr outside my home network?
**A:** The easy and least secure method is to forward an external port (`5055`) on your router to the internal port used by Overseerr (default is TCP `5055`). Visit [Port Forward](http://portforward.com/) for instructions for your particular router. You will then be able to access Overseerr via `http://EXTERNAL-IP-ADDRESS:5055`.