We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16dccb commit c750905Copy full SHA for c750905
docs/content/setup/server.md
@@ -50,7 +50,7 @@ The easiest is to bind to a local IP, or use a VPN like wireguard or tailscale:
50
```toml
51
# config.toml
52
[server]
53
-bind = "192.168.1.37"
+bind = "192.168.1.37:9599"
54
```
55
56
Or from the command line:
0 commit comments