[PR #42] [MERGED] Sample for apache-php7 #169

Closed
opened 2025-11-06 14:20:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/42
Author: @kouul
Created: 4/6/2020
Status: Merged
Merged: 4/6/2020
Merged by: @glours

Base: masterHead: master


📝 Commits (7)

  • fefbbf6 add apache-php7.2 sample
  • ff08876 using header 1 for hello world
  • c610bc2 added break lines
  • 02daefc using yaml instead of yml
  • 128c59b added single service for PHP
  • 42778f1 using default port for apache
  • df9267d consistent use of default apache port in readme file

📊 Changes

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

View changed files

📝 README.md (+1 -0)
apache-php/README.md (+56 -0)
apache-php/app/Dockerfile (+1 -0)
apache-php/app/index.php (+3 -0)
apache-php/docker-compose.yaml (+9 -0)

📄 Description

No description provided


🔄 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/42 **Author:** [@kouul](https://github.com/kouul) **Created:** 4/6/2020 **Status:** ✅ Merged **Merged:** 4/6/2020 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`fefbbf6`](https://github.com/docker/awesome-compose/commit/fefbbf6704a215e23a25d0b2a2127a11f3ae1e26) add apache-php7.2 sample - [`ff08876`](https://github.com/docker/awesome-compose/commit/ff088768440255cd613911533580dbf7d9fae411) using header 1 for hello world - [`c610bc2`](https://github.com/docker/awesome-compose/commit/c610bc272c1933684a591d0e3e478213d4e28b90) added break lines - [`02daefc`](https://github.com/docker/awesome-compose/commit/02daefc733edcefcded77d192ee0415f6d7bf9d9) using yaml instead of yml - [`128c59b`](https://github.com/docker/awesome-compose/commit/128c59b792214aa94f08351964618ec425702b57) added single service for PHP - [`42778f1`](https://github.com/docker/awesome-compose/commit/42778f15aeac3633cf0aae3b2abd8085a6a2e115) using default port for apache - [`df9267d`](https://github.com/docker/awesome-compose/commit/df9267dd048c1ef7b99fbaa4edae2d51e1056393) consistent use of default apache port in readme file ### 📊 Changes **5 files changed** (+70 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `apache-php/README.md` (+56 -0) ➕ `apache-php/app/Dockerfile` (+1 -0) ➕ `apache-php/app/index.php` (+3 -0) ➕ `apache-php/docker-compose.yaml` (+9 -0) </details> ### 📄 Description _No description provided_ --- <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 2025-11-06 14:20:24 -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#169