[PR #663] [MERGED] fix(install): Fix checking for docker compose. #8711

Closed
opened 2026-02-05 13:51:55 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/663
Author: @brettp
Created: 9/10/2022
Status: Merged
Merged: 9/10/2022
Merged by: @alextran1502

Base: mainHead: fix-install-docker-compose


📝 Commits (1)

  • 25d1f0d fix(install): Fix checking for docker compose.

📊 Changes

1 file changed (+12 additions, -13 deletions)

View changed files

📝 install.sh (+12 -13)

📄 Description

The install.sh script doesn't correctly detect docker compose because it tries to use type "docker compose", which doesn't behave as intended here. This fixes the check.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/663 **Author:** [@brettp](https://github.com/brettp) **Created:** 9/10/2022 **Status:** ✅ Merged **Merged:** 9/10/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix-install-docker-compose` --- ### 📝 Commits (1) - [`25d1f0d`](https://github.com/immich-app/immich/commit/25d1f0d8b19cc5a38a0c3f161eaf6a135af1cca7) fix(install): Fix checking for `docker compose`. ### 📊 Changes **1 file changed** (+12 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `install.sh` (+12 -13) </details> ### 📄 Description The `install.sh` script doesn't correctly detect `docker compose` because it tries to use `type "docker compose"`, which doesn't behave as intended here. This fixes the check. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:51:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8711