https://github.com/beebombshell/docker-php-mysql-apache
https://github.com/beebombshell/docker-php-mysql-apache
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beebombshell/docker-php-mysql-apache
- Owner: BeeBombshell
- Created: 2022-06-24T17:39:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T08:41:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T21:43:44.785Z (over 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple PHP, Apache, MySQL Environment :whale:
This project is a simple set up for PHP, Apache, and MySQL based environment.
This project contains a customized dockerfile to connect the MySQL environment to the PHP code. Uses Adminer to manage the database.
Project has also setup a volume/bind mount to allow editing our code on our local machine to take effect within the Docker container.
Finally added MySQL, and add in a persistant data storage by setting up a volume for MySQL. Later, testing it out using Adminer.
> For step-by-step instructions checkout `docker_commands.txt` file.