[PR #2529] [MERGED] docker: use default entrypoint and command where applicable #9586

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2529
Author: @uhthomas
Created: 5/23/2023
Status: Merged
Merged: 5/23/2023
Merged by: @alextran1502

Base: mainHead: entrypoint


📝 Commits (1)

  • ec5d6d4 docker: use default entrypoint and command where applicable

📊 Changes

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

View changed files

📝 docker/docker-compose.yml (+2 -3)
📝 server/Dockerfile (+2 -0)
📝 web/Dockerfile (+4 -0)

📄 Description

A default entrypoint and command make it just a bit easier to use the images as there is no longer a need for an explicit entrypoint. The exception is the server image, which still requires the shell script to be specified.


🔄 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/2529 **Author:** [@uhthomas](https://github.com/uhthomas) **Created:** 5/23/2023 **Status:** ✅ Merged **Merged:** 5/23/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `entrypoint` --- ### 📝 Commits (1) - [`ec5d6d4`](https://github.com/immich-app/immich/commit/ec5d6d4db8d72c37271e5c0eac75fc3713eda8a4) docker: use default entrypoint and command where applicable ### 📊 Changes **3 files changed** (+8 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docker/docker-compose.yml` (+2 -3) 📝 `server/Dockerfile` (+2 -0) 📝 `web/Dockerfile` (+4 -0) </details> ### 📄 Description A default entrypoint and command make it just a bit easier to use the images as there is no longer a need for an explicit entrypoint. The exception is the server image, which still requires the shell script to be specified. --- <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:07:21 +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#9586