Skip to content

Commit c750905

Browse files
Dmitri Moskalenkocolinmarc
authored andcommitted
fix(docs): specify port in server setup
1 parent b16dccb commit c750905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/setup/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The easiest is to bind to a local IP, or use a VPN like wireguard or tailscale:
5050
```toml
5151
# config.toml
5252
[server]
53-
bind = "192.168.1.37"
53+
bind = "192.168.1.37:9599"
5454
```
5555

5656
Or from the command line:

0 commit comments

Comments
 (0)