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 ```