updated git url in readme

This commit is contained in:
2025-11-09 18:09:06 -05:00
parent 9611caf968
commit bc126021db

View File

@@ -47,7 +47,7 @@ A Docker-based Bible application with multiple versions (ESV, NKJV, NLT, and CSB
1. **Run directly from Docker Hub**
```bash
docker run -d -p 3000:3000 -v the-bible_data:/app/backend/data --name the-bible ryderjj89/the-bible:latest
docker run -d -p 3000:3000 -v the-bible_data:/app/backend/data --name the-bible git.rydertech.us/ryder/the-bible:latest
```
2. **Access the application**
@@ -57,7 +57,7 @@ A Docker-based Bible application with multiple versions (ESV, NKJV, NLT, and CSB
1. **Clone the repository**
```bash
git clone https://github.com/Ryderjj89/the-bible.git
git clone https://git.rydertech.us/ryder/the-bible.git
cd the-bible
```