Skip to content

Commit 189bd37

Browse files
authored
docs: Update links to deployment files (immich-app#1405)
1 parent 7150560 commit 189bd37

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/docs/install/docker-compose.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Download [`docker-compose.yml`][compose-file] [`example.env`][env-file].
1313
From a directory of your choice (e.g. `./immich-app`) run the following commands:
1414

1515
```bash title="Get docker-compose.yml file"
16-
wget https://raw.githubusercontent.com/immich-app/immich/main/docker/docker-compose.yml
16+
wget https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
1717
```
1818

1919
```bash title="Get .env file"
20-
wget -O .env https://raw.githubusercontent.com/immich-app/immich/main/docker/example.env
20+
wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env
2121
```
2222

2323
### Step 2 - Populate the .env file with custom values
@@ -116,6 +116,6 @@ docker-compose pull && docker-compose up -d # Or `docker compose`
116116
Immich is currently under heavy development, which means you can expect breaking changes and bugs. Therefore, we recommend reading the release notes prior to updating and to take special care when using automated tools like [Watchtower][watchtower].
117117
:::
118118

119-
[compose-file]: https://raw.githubusercontent.com/immich-app/immich/main/docker/docker-compose.yml
120-
[env-file]: https://raw.githubusercontent.com/immich-app/immich/main/docker/example.env
119+
[compose-file]: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
120+
[env-file]: https://github.com/immich-app/immich/releases/latest/download/example.env
121121
[watchtower]: https://containrrr.dev/watchtower/

docs/docs/install/portainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Install Immich using Portainer's Stack feature.
99
1. Go to "**Stacks**" in the left sidebar.
1010
2. Click on "**Add stack**".
1111
3. Give the stack a name (i.e. Immich), and select "**Web Editor**" as the build method.
12-
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).
12+
4. Copy the content of the `docker-compose.yml` file from the [GitHub repository](https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml).
1313
5. Replace `.env` with `stack.env` for all containers that need to use environment variables in the web editor.
1414

1515
<img
@@ -28,7 +28,7 @@ Install Immich using Portainer's Stack feature.
2828
alt="Dot Env Example"
2929
/>
3030

31-
9. Copy the content of the `example.env` file from the [GitHub repository](https://raw.githubusercontent.com/immich-app/immich/main/docker/example.env) and paste into the editor.
31+
9. Copy the content of the `example.env` file from the [GitHub repository](https://github.com/immich-app/immich/releases/latest/download/example.env) and paste into the editor.
3232
10. Switch back to "**Simple Mode**".
3333

3434
<img

docs/docs/install/script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ curl -o- https://raw.githubusercontent.com/immich-app/immich/main/install.sh | b
1616

1717
The script will perform the following actions:
1818

19-
1. Download [docker-compose.yml](https://github.com/immich-app/immich/blob/main/docker/docker-compose.yml), and the [.env](https://github.com/immich-app/immich/blob/main/docker/example.env) file from the main branch of the [repository](https://github.com/immich-app/immich).
19+
1. Download [docker-compose.yml](https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml), and the [.env](https://github.com/immich-app/immich/releases/latest/download/example.env) file from the main branch of the [repository](https://github.com/immich-app/immich).
2020
2. Populate the `.env` file with necessary information based on the current directory path.
2121
3. Start the containers.
2222

docs/docs/install/unraid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ alt="Select Plugins > Compose.Manager > Add New Stack > Label it Immich"
2727
/>
2828

2929
3. Select the cog ⚙️ next to Immich then click "**Edit Stack**"
30-
4. Click "**Compose File**" and then paste the entire contents of the [Immich Docker Compose](https://raw.githubusercontent.com/immich-app/immich/main/docker/docker-compose.yml) file into the Unraid editor
30+
4. Click "**Compose File**" and then paste the entire contents of the [Immich Docker Compose](https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml) file into the Unraid editor
3131
<details >
3232
<summary>Using an existing Postgres container? Click me! Otherwise proceed to step 5.</summary>
3333
<ul>
@@ -53,7 +53,7 @@ alt="Select Plugins > Compose.Manager > Add New Stack > Label it Immich"
5353
</details>
5454
5. Click "**Save Changes**", you will be promoted to edit stack UI labels, just leave this blank and click "**Ok**"
5555
6. Select the cog ⚙️ next to Immich, click "**Edit Stack**", then click "**Env File**"
56-
7. Past the entire contents of the [Immich example.env](https://raw.githubusercontent.com/immich-app/immich/main/docker/example.env) file into the Unraid editor, then **before saving** edit the following:
56+
7. Past the entire contents of the [Immich example.env](https://github.com/immich-app/immich/releases/latest/download/example.env) file into the Unraid editor, then **before saving** edit the following:
5757

5858
- `UPLOAD_LOCATION`: Create a folder in your Images Unraid share and place the **absolute** location here > For example my _"images"_ share has a folder within it called _"immich"_. If I browse to this directory in the terminal and type `pwd` the output is `/mnt/user/images/immich`. This is the exact value I need to enter as my `UPLOAD_LOCATION`
5959

0 commit comments

Comments
 (0)