[PR #4665] [MERGED] refactor: run dev-down on unclean dev-new exit #10472

Closed
opened 2026-02-05 14:22:32 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/4665
Author: @Wingysam
Created: 10/27/2023
Status: Merged
Merged: 10/27/2023
Merged by: @alextran1502

Base: mainHead: makefile-dc-down


📝 Commits (1)

  • 354abfd run dev-down on unclean dev-new exit

📊 Changes

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

View changed files

📝 Makefile (+1 -1)

📄 Description

Currently, if you ^C the dev server, it exits uncleanly and doesn't clean up the orphaned containers. This means that if you then try to run a production Immich instance, all of the containers hang on "Creating". This PR catches the unclean exit and cleans up properly.


🔄 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/4665 **Author:** [@Wingysam](https://github.com/Wingysam) **Created:** 10/27/2023 **Status:** ✅ Merged **Merged:** 10/27/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `makefile-dc-down` --- ### 📝 Commits (1) - [`354abfd`](https://github.com/immich-app/immich/commit/354abfdb3809b01acf053bd1b4b42e2cb3753159) run dev-down on unclean dev-new exit ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) </details> ### 📄 Description Currently, if you ^C the dev server, it exits uncleanly and doesn't clean up the orphaned containers. This means that if you then try to run a production Immich instance, all of the containers hang on "Creating". This PR catches the unclean exit and cleans up properly. --- <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 14:22:32 +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#10472