Update README.md

Updated docker commands to comply with lower-case formatting in parameters
This commit is contained in:
Nvmdfth
2025-02-21 20:33:01 -05:00
committed by GitHub
parent dc6d9c68a9
commit 222b3aeddb

View File

@@ -504,7 +504,7 @@ To use the new TVApp2 image, you can either call it with the `docker run` comman
### docker run ### docker run
If you want to use the tvapp docker image in the `docker run` command, execute the following: If you want to use the tvapp docker image in the `docker run` command, execute the following:
```shell ignore ```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
``` ```
<br /> <br />
@@ -530,7 +530,7 @@ Add the following to your `docker-compose.yml`:
services: services:
tvapp: tvapp:
container_name: tvapp2 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 # image: TheBinaryNinja/tvapp:latest # Dockerhub image
restart: unless-stopped restart: unless-stopped
volumes: volumes: