fix(docs): server and machine-learning use IMMICH_HOST and IMMICH_PORT (#24335)
parent
75b1ef2c57
commit
af1d4afb95
|
|
@ -62,10 +62,10 @@ Information on the current workers can be found [here](/administration/jobs-work
|
||||||
|
|
||||||
## Ports
|
## Ports
|
||||||
|
|
||||||
| Variable | Description | Default |
|
| Variable | Description | Default | Containers |
|
||||||
| :------------ | :------------- | :----------------------------------------: |
|
| :------------ | :------------- | :----------------------------------------: | :----------------------- |
|
||||||
| `IMMICH_HOST` | Listening host | `0.0.0.0` |
|
| `IMMICH_HOST` | Listening host | `0.0.0.0` | server, machine learning |
|
||||||
| `IMMICH_PORT` | Listening port | `2283` (server), `3003` (machine learning) |
|
| `IMMICH_PORT` | Listening port | `2283` (server), `3003` (machine learning) | server, machine learning |
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue