From bc126021db8ee645cb5758ef040c4864ff2eaf14 Mon Sep 17 00:00:00 2001 From: Joshua Ryder Date: Sun, 9 Nov 2025 18:09:06 -0500 Subject: [PATCH] updated git url in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1e2a344..2a71c7e0 100644 --- a/README.md +++ b/README.md @@ -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 ```