diff --git a/README.md b/README.md
index 06c96e0c..0c7ae3e7 100644
--- a/README.md
+++ b/README.md
@@ -114,11 +114,11 @@ This repo includes a few different versions of the TheAppTV docker image.
-| Tag | Description |
-| --- | --- |
-| `:latest` | Latest version of the image. Includes only Nginx - no PHP |
-| `:1.x.x` | Specified version which contains Nginx only - no PHP |
-| `:1.x.x-php` | Contains both Nginx and PHP. |
+| Tag | Includes Nginx | Includes PHP 8 | Description |
+| --- | --- | --- | --- |
+| `:latest` | ✅ | ❌ | Latest version of the image |
+| `:1.x.x` | ✅ | ❌ | Pull a specific version |
+| `:1.x.x-php` | ✅ | ✅ | Contains both Nginx and PHP; larger image size |
@@ -183,6 +183,13 @@ You can put this container behind Traefik if you want to use a reverse proxy and
+> [!NOTE]
+> These steps are **optional**.
+>
+> If you do not use Traefik, you can skip this section of steps. This is only for users who wish to put this container behind Traefik.
+
+
+
#### Dynamic.yml
Open the Traefik dynamic file which is usually named `dynamic.yml`. We need to add a new `middleware`, `router`, and `service` to our Traefik dynamic file so that it knows about our new TheTVApp container and where it is.