docs(readme): update

This commit is contained in:
2024-12-03 10:28:35 -07:00
parent 2bfc1d65dd
commit decbded6a9

View File

@@ -114,11 +114,11 @@ This repo includes a few different versions of the TheAppTV docker image.
<br />
| 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 |
<br />
@@ -183,6 +183,13 @@ You can put this container behind Traefik if you want to use a reverse proxy and
<br />
> [!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.
<br />
#### 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.