[PR #355] Add simple nginx http server. Signed-off-by: みねぎしれい <68362169+minegishirei@users.noreply.github.com> #999

Open
opened 2026-03-07 21:28:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/355
Author: @minegishirei
Created: 5/15/2023
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

📊 Changes

5 files changed (+142 additions, -0 deletions)

View changed files

nginx/docker-compose.yml (+13 -0)
nginx/nginx/Dockerfile (+1 -0)
nginx/nginx/Readme.md (+117 -0)
nginx/nginx/conf.d/default.conf (+8 -0)
nginx/nginx/html/index.html (+3 -0)

📄 Description

Add simple nginx http server.
Signed-off-by: みねぎしれい 68362169+minegishirei@users.noreply.github.com


🔄 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/docker/awesome-compose/pull/355 **Author:** [@minegishirei](https://github.com/minegishirei) **Created:** 5/15/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3665810`](https://github.com/docker/awesome-compose/commit/3665810dc0d269aa0bee832de3acfd95aefae0d6) Signed-off-by: みねぎしれい <68362169+minegishirei@users.noreply.github.com> ### 📊 Changes **5 files changed** (+142 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `nginx/docker-compose.yml` (+13 -0) ➕ `nginx/nginx/Dockerfile` (+1 -0) ➕ `nginx/nginx/Readme.md` (+117 -0) ➕ `nginx/nginx/conf.d/default.conf` (+8 -0) ➕ `nginx/nginx/html/index.html` (+3 -0) </details> ### 📄 Description Add simple nginx http server. Signed-off-by: みねぎしれい <68362169+minegishirei@users.noreply.github.com> --- <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-03-07 21:28:13 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#999