From decbded6a965e4c3a6f84d8a4002489cfd2db5b5 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 3 Dec 2024 10:28:35 -0700 Subject: [PATCH] docs(readme): update --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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.