feat(docs): update port

This commit is contained in:
ItzCrazyKns 2024-05-19 11:35:28 +05:30
parent 64ea4b4289
commit 7853c18b6f
No known key found for this signature in database
GPG Key ID: 8162927C7CCE3065
1 changed files with 6 additions and 6 deletions

View File

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