From 222b3aeddbe731a9560da459eeefdee6fe90a492 Mon Sep 17 00:00:00 2001 From: Nvmdfth <32874812+Nvmdfth@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:33:01 -0500 Subject: [PATCH] Update README.md Updated docker commands to comply with lower-case formatting in parameters --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6006d1fb..fa967a6a 100644 --- a/README.md +++ b/README.md @@ -504,7 +504,7 @@ To use the new TVApp2 image, you can either call it with the `docker run` comman ### docker run If you want to use the tvapp docker image in the `docker run` command, execute the following: ```shell ignore -docker run -d --restart=unless-stopped -p 4124:4124 --name tvapp2 -v ${PWD}/tvapp:/config ghcr.io/TheBinaryNinja/tvapp2:latest +docker run -d --restart=unless-stopped -p 4124:4124 --name tvapp2 -v ${PWD}/tvapp:/config ghcr.io/thebinaryninja/tvapp2:latest ```
@@ -530,7 +530,7 @@ Add the following to your `docker-compose.yml`: services: tvapp: container_name: tvapp2 - image: ghcr.io/TheBinaryNinja/tvapp2:latest # Github image + image: ghcr.io/thebinaryninja/tvapp2:latest # Github image # image: TheBinaryNinja/tvapp:latest # Dockerhub image restart: unless-stopped volumes: