Fix typo in quick-start guide for local network setup (#533)
This commit is contained in:
parent
3dfd89ec39
commit
725d5396c0
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ Neko is easy to use and requires no technical expertise to get started. All you
|
|||
```
|
||||
|
||||
:::note
|
||||
If you want to run Neko on your local network, you have to add `NEKO_NAT1TO1=<your-local-ip>` to the `docker-compose.yaml` file.
|
||||
If you want to run Neko on your local network, you have to add `NEKO_NAT1TO1: <your-local-ip>` to the `docker-compose.yaml` file.
|
||||
:::
|
||||
|
||||
6. Visit the server's IP address in your browser and log in, the default password is `neko`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue