[PR #817] [MERGED] docker run command in detached mode #2330

Closed
opened 2026-04-16 09:20:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/817
Author: @PrtmPhlp
Created: 6/1/2025
Status: Merged
Merged: 6/2/2025
Merged by: @oschwartz10612

Base: devHead: main


📝 Commits (2)

  • 8c121da docker run command in detached mode
  • 167d0b6 unnecessary file

📊 Changes

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

View changed files

📝 src/app/[orgId]/settings/sites/CreateSiteForm.tsx (+1 -1)
📝 src/app/[orgId]/settings/sites/create/page.tsx (+2 -2)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Changed the docker run commands to run in detached mode, simplifying the workflow by allowing containers to run in the background without tying up the terminal.

How to test?



🔄 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/fosrl/pangolin/pull/817 **Author:** [@PrtmPhlp](https://github.com/PrtmPhlp) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (2) - [`8c121da`](https://github.com/fosrl/pangolin/commit/8c121daf6c4d4a3990477733341f4dd0c8810d2d) docker run command in detached mode - [`167d0b6`](https://github.com/fosrl/pangolin/commit/167d0b6867a79e83ce9b0a7e603a0c4ef23f2c0d) unnecessary file ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/app/[orgId]/settings/sites/CreateSiteForm.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/sites/create/page.tsx` (+2 -2) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Changed the `docker run` commands to run in detached mode, simplifying the workflow by allowing containers to run in the background without tying up the terminal. ## How to test? --- --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 09:20:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2330