Installation instructions should refer to latest release branch instead of main #427

Closed
opened 2026-02-04 20:26:11 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @bo0tzz on GitHub (Nov 17, 2022).

Currently, installation instructions such as https://immich.app/docs/installation/recommended-installation refer to the main branch for the location from which to download things like the docker-compose.yml:

Get docker-compose.yml file
wget https://raw.githubusercontent.com/immich-app/immich/main/docker/docker-compose.yml

This results in people downloading deployment configurations that do not have a matching container release yet. Instead, we should keep a release git tag, similar and matching to the release docker container label that we have.

Originally created by @bo0tzz on GitHub (Nov 17, 2022). Currently, installation instructions such as https://immich.app/docs/installation/recommended-installation refer to the `main` branch for the location from which to download things like the `docker-compose.yml`: ``` Get docker-compose.yml file wget https://raw.githubusercontent.com/immich-app/immich/main/docker/docker-compose.yml ``` This results in people downloading deployment configurations that do not have a matching container release yet. Instead, we should keep a `release` git tag, similar and matching to the `release` docker container label that we have.
OVERLORD added the documentation label 2026-02-04 20:26:11 +03:00
Author
Owner

@bo0tzz commented on GitHub (Nov 19, 2022):

The same should maybe apply to the whole https://immich.app docs website deployment as well, I think.

@bo0tzz commented on GitHub (Nov 19, 2022): The same should maybe apply to the whole https://immich.app docs website deployment as well, I think.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#427