updated git url in readme
This commit is contained in:
@@ -47,7 +47,7 @@ A Docker-based Bible application with multiple versions (ESV, NKJV, NLT, and CSB
|
|||||||
|
|
||||||
1. **Run directly from Docker Hub**
|
1. **Run directly from Docker Hub**
|
||||||
```bash
|
```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**
|
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**
|
1. **Clone the repository**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Ryderjj89/the-bible.git
|
git clone https://git.rydertech.us/ryder/the-bible.git
|
||||||
cd the-bible
|
cd the-bible
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user