mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix(docs): server and machine-learning use IMMICH_HOST and IMMICH_PORT (#24335)
This commit is contained in:
parent
75b1ef2c57
commit
af1d4afb95
1 changed files with 4 additions and 4 deletions
|
|
@ -62,10 +62,10 @@ Information on the current workers can be found [here](/administration/jobs-work
|
|||
|
||||
## Ports
|
||||
|
||||
| Variable | Description | Default |
|
||||
| :------------ | :------------- | :----------------------------------------: |
|
||||
| `IMMICH_HOST` | Listening host | `0.0.0.0` |
|
||||
| `IMMICH_PORT` | Listening port | `2283` (server), `3003` (machine learning) |
|
||||
| Variable | Description | Default | Containers |
|
||||
| :------------ | :------------- | :----------------------------------------: | :----------------------- |
|
||||
| `IMMICH_HOST` | Listening host | `0.0.0.0` | server, machine learning |
|
||||
| `IMMICH_PORT` | Listening port | `2283` (server), `3003` (machine learning) | server, machine learning |
|
||||
|
||||
## Database
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue