mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1995] [MERGED] changed docker panel restart to unless-stopped #1693
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dockerrestart📝 Commits (1)
1c287bdchanged 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-stoppedis 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: alwayscan 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.