|
@@ -9,7 +9,7 @@ Install Immich using Portainer's Stack feature.
|
|
|
1. Go to "**Stacks**" in the left sidebar.
|
|
|
2. Click on "**Add stack**".
|
|
|
3. Give the stack a name (i.e. Immich), and select "**Web Editor**" as the build method.
|
|
|
-4. Copy the content of the `docker-compose.yml` file from the [GitHub repository](https://raw.githubusercontent.com/immich-app/immich/main/docker/docker-compose.yml)
|
|
|
+4. Copy the content of the `docker-compose.yml` file from the [GitHub repository](https://raw.githubusercontent.com/immich-app/immich/main/docker/docker-compose.yml).
|
|
|
5. Replace `.env` with `stack.env` for all containers that need to use environment variables in the web editor.
|
|
|
|
|
|
<img
|
|
@@ -28,7 +28,7 @@ Install Immich using Portainer's Stack feature.
|
|
|
alt="Dot Env Example"
|
|
|
/>
|
|
|
|
|
|
-9. Copy the content of the `.env.example` file from the [GitHub repository](https://raw.githubusercontent.com/immich-app/immich/main/docker/.env.example) and paste to the editor.
|
|
|
+9. Copy the content of the `.env.example` file from the [GitHub repository](https://raw.githubusercontent.com/immich-app/immich/main/docker/.env.example) and paste into the editor.
|
|
|
10. Switch back to "**Simple Mode**".
|
|
|
|
|
|
<img
|
|
@@ -39,8 +39,8 @@ Install Immich using Portainer's Stack feature.
|
|
|
/>
|
|
|
|
|
|
* Populate custom database information if necessary.
|
|
|
-* Populate `UPLOAD_LOCATION` as prefered location for storing backup assets.
|
|
|
-* Populate a secret value for `JWT_SECRET`, you can use the command below to generate a secured key
|
|
|
+* Populate `UPLOAD_LOCATION` with your preferred location for storing backup assets.
|
|
|
+* Populate a secret value for `JWT_SECRET`. You can use the command below to generate a secure key:
|
|
|
|
|
|
```bash title="Generate secure JWT_SECRET key"
|
|
|
openssl rand -base64 128
|