[PR #1995] [MERGED] changed docker panel restart to unless-stopped #1693

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1995
Author: @gOOvER
Created: 12/13/2025
Status: Merged
Merged: 12/15/2025
Merged by: @notAreYouScared

Base: mainHead: dockerrestart


📝 Commits (1)

  • 1c287bd changed panel restart to unless-stopped

📊 Changes

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

View changed files

📝 compose-full-stack.yml (+1 -1)
📝 compose.yml (+1 -1)

📄 Description

restart: unless-stopped is the way to go for the Pelican Docker container. It’ll restart if it crashes or the server reboots, but it won’t bug you if you manually stopped it. Makes updates and maintenance way easier.
restart: always can be risky because the container will keep restarting even if it keeps crashing. This can create a loop and use up resources unnecessarily, especially during updates or if something goes wrong.


🔄 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/pelican-dev/panel/pull/1995 **Author:** [@gOOvER](https://github.com/gOOvER) **Created:** 12/13/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `dockerrestart` --- ### 📝 Commits (1) - [`1c287bd`](https://github.com/pelican-dev/panel/commit/1c287bdfb2d4b4829965e7439f981f78b215a74e) changed panel restart to unless-stopped ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `compose-full-stack.yml` (+1 -1) 📝 `compose.yml` (+1 -1) </details> ### 📄 Description `restart: unless-stopped` is the way to go for the Pelican Docker container. It’ll restart if it crashes or the server reboots, but it won’t bug you if you manually stopped it. Makes updates and maintenance way easier. `restart: always` can be risky because the container will keep restarting even if it keeps crashing. This can create a loop and use up resources unnecessarily, especially during updates or if something goes wrong. --- <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 18:21:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1693