Fix typo in quick-start guide for local network setup (#533)

This commit is contained in:
camerony 2025-05-16 01:52:54 -04:00 committed by GitHub
parent 3dfd89ec39
commit 725d5396c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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