mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-16 23:08:41 +00:00
feat(docs): update port
This commit is contained in:
@ -20,8 +20,8 @@ docker compose down --rmi all
|
|||||||
|
|
||||||
```
|
```
|
||||||
args:
|
args:
|
||||||
- NEXT_PUBLIC_API_URL=http://127.0.0.1:31338/api
|
- NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api
|
||||||
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:31338
|
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Save and close the `docker-compose.yaml` file
|
6. Save and close the `docker-compose.yaml` file
|
||||||
@ -58,8 +58,8 @@ nano docker-compose.yaml
|
|||||||
|
|
||||||
```
|
```
|
||||||
args:
|
args:
|
||||||
- NEXT_PUBLIC_API_URL=http://127.0.0.1:31338/api
|
- NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api
|
||||||
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:31338
|
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Save and exit the editor
|
6. Save and exit the editor
|
||||||
@ -96,8 +96,8 @@ nano docker-compose.yaml
|
|||||||
|
|
||||||
```
|
```
|
||||||
args:
|
args:
|
||||||
- NEXT_PUBLIC_API_URL=http://127.0.0.1:31338/api
|
- NEXT_PUBLIC_API_URL=http://127.0.0.1:3001/api
|
||||||
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:31338
|
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Save and exit the editor
|
6. Save and exit the editor
|
||||||
|
Reference in New Issue
Block a user