[PR #4906] [MERGED] feat!: add docker project name #10554

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/4906
Author: @Mansour-J
Created: 11/8/2023
Status: Merged
Merged: 11/10/2023
Merged by: @jrasm91

Base: mainHead: feat/docker-project-name


📝 Commits (2)

📊 Changes

3 files changed (+8 additions, -2 deletions)

View changed files

📝 docker/docker-compose.dev.yml (+2 -0)
📝 docker/docker-compose.prod.yml (+2 -0)
📝 docker/docker-compose.yml (+4 -2)

📄 Description

Warning

With this change, the default compose file now includes name: immich, which will result in orphaned containers and volumes if added to an existing install.

I have recently started using immich and loving it. I do run quite a few containers already and immich project always comes up with a generic "docker" which makes it hard to read and find amon many other containers or projects.

image

So I decided to raise a PR for the fix:

image


🔄 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/4906 **Author:** [@Mansour-J](https://github.com/Mansour-J) **Created:** 11/8/2023 **Status:** ✅ Merged **Merged:** 11/10/2023 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `feat/docker-project-name` --- ### 📝 Commits (2) - [`da34979`](https://github.com/immich-app/immich/commit/da349795b88968e8ad11bd0381eb5de993f86565) add: docker project name - [`387933c`](https://github.com/immich-app/immich/commit/387933c214a59b6ef248361df6826862e87bad18) chore: linting ### 📊 Changes **3 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docker/docker-compose.dev.yml` (+2 -0) 📝 `docker/docker-compose.prod.yml` (+2 -0) 📝 `docker/docker-compose.yml` (+4 -2) </details> ### 📄 Description >[!WARNING] > With this change, the default compose file now includes `name: immich`, which will result in orphaned containers and volumes if added to an existing install. I have recently started using immich and loving it. I do run quite a few containers already and immich project always comes up with a generic "docker" which makes it hard to read and find amon many other containers or projects. ![image](https://github.com/immich-app/immich/assets/12991664/11d3ecd8-67ca-4119-a6d6-c2f4a4e1cd10) So I decided to raise a PR for the fix: ![image](https://github.com/immich-app/immich/assets/12991664/adc5f58d-9553-4f70-90eb-2373e28a0cc4) --- <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:24:03 +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#10554