From 7853c18b6feb574700ab6827645e2e73270b9d73 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns Date: Sun, 19 May 2024 11:35:28 +0530 Subject: [PATCH] feat(docs): update port --- docs/installation/NETWORKING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/installation/NETWORKING.md b/docs/installation/NETWORKING.md index 29e603f..baad296 100644 --- a/docs/installation/NETWORKING.md +++ b/docs/installation/NETWORKING.md @@ -20,8 +20,8 @@ docker compose down --rmi all ``` args: - - NEXT_PUBLIC_API_URL=http://127.0.0.1:31338/api - - NEXT_PUBLIC_WS_URL=ws://127.0.0.1:31338 + - NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api + - NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001 ``` 6. Save and close the `docker-compose.yaml` file @@ -58,8 +58,8 @@ nano docker-compose.yaml ``` args: - - NEXT_PUBLIC_API_URL=http://127.0.0.1:31338/api - - NEXT_PUBLIC_WS_URL=ws://127.0.0.1:31338 + - NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api + - NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001 ``` 6. Save and exit the editor @@ -96,8 +96,8 @@ nano docker-compose.yaml ``` args: - - NEXT_PUBLIC_API_URL=http://127.0.0.1:31338/api - - NEXT_PUBLIC_WS_URL=ws://127.0.0.1:31338 + - NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api + - NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001 ``` 6. Save and exit the editor