From d16277c052dcd9bbc7ddc22ac1c5914bac90ec06 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 1 Dec 2024 08:27:54 -0700 Subject: [PATCH] docs(readme): add image urls to docker-compose template --- README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 11cfb75e..0c5896ad 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Makes use of the generous work over at [https://github.com/dtankdempse/thetvapp-
- [About](#about) +- [Docker Images](#docker-images) - [Install](#install) - - [Images](#images) - [Docker Run](#docker-run) - [Docker Compose](#docker-compose) - [Traefik](#traefik) @@ -88,18 +88,24 @@ Container supports the following:
-## Install -Instructions on using this container +## Docker Images +Use any of the following images in your `docker-compose.yml` or `run` command:
-### Images -Use any of the following images in your `docker-compose.yml` or `run` command: - | Service | Version | Image Link | | --- | --- | --- | -| 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` | +| `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` | + +
+ +--- + +
+ +## Install +Instructions on using this container
@@ -119,7 +125,8 @@ Create a new `docker-compose.yml` with the following: services: 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 volumes: - ./thetvapp:/config