[PR #162] [CLOSED] Add PHP, MySQL and PhpMyAdmin docker-compose. #257

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

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/162
Author: @arfar-x
Created: 8/23/2021
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • dfa2f6b Add PHP/MySQL/PhpMyAdmin docker-compose
  • 91f0711 Add PHP/MySQL/PhpMyAdmin docker-compose

📊 Changes

7 files changed (+297 additions, -1 deletions)

View changed files

📝 README.md (+3 -1)
php-mysql-apache/README.md (+126 -0)
php-mysql-apache/docker-compose.yaml (+58 -0)
php-mysql-apache/mysql/Dockerfile (+6 -0)
php-mysql-apache/php/Dockerfile (+5 -0)
php-mysql-apache/php/index.php (+26 -0)
php-mysql-apache/php/query.php (+73 -0)

📄 Description

PHP, MySQL, PhpMyAdmin implemented with Apache image.

http://localhost:8000 index.php
http://localhost:8001 MySQL - accessed via index.php and PhpMyAdmin. DB user: root, no password
http://localhost:8003 PhpMyAdmin


🔄 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/162 **Author:** [@arfar-x](https://github.com/arfar-x) **Created:** 8/23/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`dfa2f6b`](https://github.com/docker/awesome-compose/commit/dfa2f6b8661c56af660f0887f2f593645f45e194) Add PHP/MySQL/PhpMyAdmin docker-compose - [`91f0711`](https://github.com/docker/awesome-compose/commit/91f07114ba64dd9f6270bb26ca03bad120cbc0d2) Add PHP/MySQL/PhpMyAdmin docker-compose ### 📊 Changes **7 files changed** (+297 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -1) ➕ `php-mysql-apache/README.md` (+126 -0) ➕ `php-mysql-apache/docker-compose.yaml` (+58 -0) ➕ `php-mysql-apache/mysql/Dockerfile` (+6 -0) ➕ `php-mysql-apache/php/Dockerfile` (+5 -0) ➕ `php-mysql-apache/php/index.php` (+26 -0) ➕ `php-mysql-apache/php/query.php` (+73 -0) </details> ### 📄 Description PHP, MySQL, PhpMyAdmin implemented with Apache image. [http://localhost:8000 index.php](http://localhost:8000) [http://localhost:8001 MySQL](http://localhost:8001) - accessed via `index.php` and `PhpMyAdmin`. DB user: root, no password [http://localhost:8003 PhpMyAdmin](http://localhost:8003) --- <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:22:22 -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#257