[PR #1616] [MERGED] Chose between "docker-compose" and "docker compose" in Makefile #43769

Closed
opened 2026-04-29 17:47:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1616
Author: @Entaigner
Created: 4/19/2024
Status: Merged
Merged: 4/27/2024
Merged by: @tjbck

Base: devHead: patch-1


📝 Commits (2)

  • e1e66f7 Chose between "docker-compose" and "docker compose" in Makefile
  • 4570f6f Chose between "docker-compose" and "docker compose" in confirm_remove.sh

📊 Changes

2 files changed (+20 additions, -9 deletions)

View changed files

📝 Makefile (+14 -8)
📝 confirm_remove.sh (+6 -1)

📄 Description

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

Chose between "docker-compose" and "docker compose" in Makefile and confirm_remove.sh.
All functions used to detect commands should be POSIX compatible.


Changelog Entry

Changed

  • Logic in Makefile to chose between "docker-compose" and "docker compose"

🔄 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/open-webui/open-webui/pull/1616 **Author:** [@Entaigner](https://github.com/Entaigner) **Created:** 4/19/2024 **Status:** ✅ Merged **Merged:** 4/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`e1e66f7`](https://github.com/open-webui/open-webui/commit/e1e66f708f595388b49af54f6765adf31b9a1d4d) Chose between "docker-compose" and "docker compose" in Makefile - [`4570f6f`](https://github.com/open-webui/open-webui/commit/4570f6fb0e0dac8b477b15696a6d447f7ddfe847) Chose between "docker-compose" and "docker compose" in confirm_remove.sh ### 📊 Changes **2 files changed** (+20 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+14 -8) 📝 `confirm_remove.sh` (+6 -1) </details> ### 📄 Description ## Pull Request Checklist - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description Chose between "docker-compose" and "docker compose" in Makefile and confirm_remove.sh. All functions used to detect commands should be POSIX compatible. --- ### Changelog Entry ### Changed - Logic in Makefile to chose between "docker-compose" and "docker compose" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 17:47:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#43769