mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 11:35:42 -04:00
docs(readme): add docker run command
This commit is contained in:
14
README.md
14
README.md
@@ -39,6 +39,7 @@ Makes use of the generous work over at [https://github.com/dtankdempse/thetvapp-
|
|||||||
|
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
|
- [Docker Run](#docker-run)
|
||||||
- [Docker Compose](#docker-compose)
|
- [Docker Compose](#docker-compose)
|
||||||
- [Traefik](#traefik)
|
- [Traefik](#traefik)
|
||||||
- [Dynamic.yml](#dynamicyml)
|
- [Dynamic.yml](#dynamicyml)
|
||||||
@@ -74,6 +75,8 @@ Container supports the following:
|
|||||||
- Supports both ports `80` and `443`
|
- Supports both ports `80` and `443`
|
||||||
- Self-signed SSL certificates (optional)
|
- Self-signed SSL certificates (optional)
|
||||||
- Mountable volume to control Nginx webserver files
|
- Mountable volume to control Nginx webserver files
|
||||||
|
- Customizable URLs via env var should the m3u8 and xml links change
|
||||||
|
- Integrated nginx hosted file browser for viewing all downloaded files, along with date and file size
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
@@ -86,6 +89,15 @@ Instructions on using this container
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
### Docker Run
|
||||||
|
If you want to bring the docker container up quickly, use the following command:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker run -d --restart=unless-stopped -e CRON_TIME=*/60 * * * * -p 443:443 --name thetvapp -v ${PWD}/thetvapp:/config ghcr.io/aetherinox/thetvapp-docker:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
Create a new `docker-compose.yml` with the following:
|
Create a new `docker-compose.yml` with the following:
|
||||||
|
|
||||||
@@ -318,7 +330,7 @@ Save the files and then give Traefik and your TheTvApp containers a restart.
|
|||||||
<br />
|
<br />
|
||||||
|
|
||||||
## Env Variables & Volumes
|
## Env Variables & Volumes
|
||||||
You can utilize the following environment variables with this container:
|
This section outlines that environment variables can be specified, and which volumes you can mount when the container is started.
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user