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