mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-25 04:24:30 -05:00
[PR #9248] [CLOSED] docs(docker): update README to use unless-stopped restart policy #9142
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/open-webui/open-webui/pull/9248
Author: @ricardobalk
Created: 2/2/2025
Status: ❌ Closed
Base:
dev← Head:fix-docs-docker-command📝 Commits (1)
53c802fdocs(docker): update README to use unless-stopped restart policy📊 Changes
1 file changed (+8 additions, -8 deletions)
View changed files
📝
README.md(+8 -8)📄 Description
Pull Request Checklist
devbranch.--restart alwaysto--restart unless-stoppedin thedocker runcommand.Changelog Entry
Description
docker runcommand in the README to use--restart unless-stoppedinstead of--restart always.Changed
unless-stoppedfor better container behavior, preventing unintended restarts after a manual stop.Additional Information
unless-stoppedensures the container does not restart after a manual stop but still restarts on a system reboot.No breaking changes or security implications.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.