mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:35:41 -04:00
docs(readme): update
This commit is contained in:
17
README.md
17
README.md
@@ -114,11 +114,11 @@ This repo includes a few different versions of the TheAppTV docker image.
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
| Tag | Description |
|
| Tag | Includes Nginx | Includes PHP 8 | Description |
|
||||||
| --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| `:latest` | Latest version of the image. Includes only Nginx - no PHP |
|
| `:latest` | ✅ | ❌ | Latest version of the image |
|
||||||
| `:1.x.x` | Specified version which contains Nginx only - no PHP |
|
| `:1.x.x` | ✅ | ❌ | Pull a specific version |
|
||||||
| `:1.x.x-php` | Contains both Nginx and PHP. |
|
| `:1.x.x-php` | ✅ | ✅ | Contains both Nginx and PHP; larger image size |
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
@@ -183,6 +183,13 @@ You can put this container behind Traefik if you want to use a reverse proxy and
|
|||||||
|
|
||||||
<br />
|
<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
|
#### 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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user