Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Installation/Unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,14 @@ To override the default configuration, you can add the following to `/.git/Stirl

```yaml
server:
host: 0.0.0.0
address: 0.0.0.0
port: 3000
```

For systemd add in the .env file (see run as service for setting environment variables):

```bash
SERVER_HOST="0.0.0.0"
SERVER_ADDRESS="0.0.0.0"
SERVER_PORT="3000"
```

Expand Down