mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 04:55:42 -04:00
docs(readme): add image urls to docker-compose template
This commit is contained in:
25
README.md
25
README.md
@@ -41,8 +41,8 @@ Makes use of the generous work over at [https://github.com/dtankdempse/thetvapp-
|
|||||||
<br />
|
<br />
|
||||||
|
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
|
- [Docker Images](#docker-images)
|
||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
- [Images](#images)
|
|
||||||
- [Docker Run](#docker-run)
|
- [Docker Run](#docker-run)
|
||||||
- [Docker Compose](#docker-compose)
|
- [Docker Compose](#docker-compose)
|
||||||
- [Traefik](#traefik)
|
- [Traefik](#traefik)
|
||||||
@@ -88,18 +88,24 @@ Container supports the following:
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
## Install
|
## Docker Images
|
||||||
Instructions on using this container
|
Use any of the following images in your `docker-compose.yml` or `run` command:
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
### Images
|
|
||||||
Use any of the following images in your `docker-compose.yml` or `run` command:
|
|
||||||
|
|
||||||
| Service | Version | Image Link |
|
| Service | Version | Image Link |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| Docker Hub | [![Docker Version][dockerhub-version-ftb-img]][dockerhub-version-ftb-uri] | `aetherinox/thetvapp:latest` |
|
| `Docker Hub` | [![Docker Version][dockerhub-version-ftb-img]][dockerhub-version-ftb-uri] | `aetherinox/thetvapp:latest` |
|
||||||
| Github | [![Github Version][github-version-ftb-img]][github-version-ftb-uri] | `ghcr.io/aetherinox/thetvapp-docker:latest` |
|
| `Github` | [![Github Version][github-version-ftb-img]][github-version-ftb-uri] | `ghcr.io/aetherinox/thetvapp-docker:latest` |
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
## Install
|
||||||
|
Instructions on using this container
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
@@ -119,7 +125,8 @@ Create a new `docker-compose.yml` with the following:
|
|||||||
services:
|
services:
|
||||||
thetvapp:
|
thetvapp:
|
||||||
container_name: thetvapp
|
container_name: thetvapp
|
||||||
image: ghcr.io/aetherinox/thetvapp-docker:latest
|
image: ghcr.io/aetherinox/thetvapp-docker:latest # Github image
|
||||||
|
# image: aetherinox/thetvapp:latest # Dockerhub image
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./thetvapp:/config
|
- ./thetvapp:/config
|
||||||
|
|||||||
Reference in New Issue
Block a user