Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaBhattacharjee authored Sep 23, 2024
1 parent ec20e9e commit 59030d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ bun test

```bash
sudo docker run -p <your-port-number>:3000 \
-e NEXT_PUBLIC_MONGODB_URI=yourmongodburi \
-e NEXT_PUBLIC_JWT_TOKEN=yourjwttoken \
-e MONGODB_URI=yourmongodburi \
-e JWT_TOKEN=yourjwttoken \
-e NEXT_PUBLIC_EMAIL_SERVICE=gmail \
-e NEXT_PUBLIC_EMAIL=youremail \
-e NEXT_PUBLIC_ANIME_API_URL= self hosted url of https://github.com/consumet/api.consumet.org \
Expand All @@ -126,8 +126,8 @@ immashiva/animetrix

```bash
sudo docker run -p 8080:3000 \
-e NEXT_PUBLIC_MONGODB_URI=yourmongodburi \
-e NEXT_PUBLIC_JWT_TOKEN=yourjwttoken \
-e MONGODB_URI=yourmongodburi \
-e JWT_TOKEN=yourjwttoken \
-e NEXT_PUBLIC_ANIME_API_URL= self hosted url of https://github.com/consumet/api.consumet.org \
-e NEXT_PUBLIC_EMAIL_SERVICE=gmail \
-e NEXT_PUBLIC_EMAIL=youremail \
Expand Down

0 comments on commit 59030d2

Please sign in to comment.