mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
update readme
This commit is contained in:
parent
dc80ac1c88
commit
9411770253
1 changed files with 5 additions and 2 deletions
|
@ -116,8 +116,7 @@ There are several services that compose Immich:
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
NOTE: When using a reverse proxy in front of Immich (such as NGINX), the reverse proxy might require extra configuration to allow large files to be uploaded (such as client_max_body_size in the case of NGINX).
|
NOTE: When using a reverse proxy in front of Immich (such as NGINX), the reverse proxy might require extra configuration to allow large files to be uploaded (such as `client_max_body_size` in the case of NGINX).
|
||||||
|
|
||||||
## Testing one-step installation (not recommended for production)
|
## Testing one-step installation (not recommended for production)
|
||||||
|
|
||||||
> ⚠️ *This installation method is for evaluating Immich before further customization to meet the users' needs.*
|
> ⚠️ *This installation method is for evaluating Immich before further customization to meet the users' needs.*
|
||||||
|
@ -197,6 +196,10 @@ If you have installed, you can update the application by navigate to the directo
|
||||||
```bash
|
```bash
|
||||||
docker-compose pull && docker-compose up -d
|
docker-compose pull && docker-compose up -d
|
||||||
```
|
```
|
||||||
|
# Unraid Installation
|
||||||
|
|
||||||
|
Please follow this [article](https://mfaz.dev/posts/immich-unraid/) for a tutorial on how to install Immich on Unraid
|
||||||
|
|
||||||
|
|
||||||
# Mobile app
|
# Mobile app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue