mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: update env docs to, indicate that a container restart is necessary (#4054)
This commit is contained in:
parent
5d1011b482
commit
77e38abe91
1 changed files with 11 additions and 0 deletions
|
|
@ -4,6 +4,17 @@ sidebar_position: 90
|
||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
|
|
||||||
|
:::caution
|
||||||
|
|
||||||
|
To change environment variables, you must recreate the Immich containers.
|
||||||
|
Just restarting the containers does not replace the environment within the container!
|
||||||
|
|
||||||
|
In order to recreate the container using docker compose, run `docker compose up -d`.
|
||||||
|
In most cases docker will recognize that the `.env` file has changed and recreate the affected containers.
|
||||||
|
If this should not work, try running `docker compose up -d --force-recreate`.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
## Docker Compose
|
## Docker Compose
|
||||||
|
|
||||||
| Variable | Description | Default | Services |
|
| Variable | Description | Default | Services |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue