https://github.com/celsocelante/docker-lamp
(Linux) + Apache + MariaDB (MySQL) + PHP 7 on Docker.
https://github.com/celsocelante/docker-lamp
docker mariadb mysql php7
Last synced: 9 months ago
JSON representation
(Linux) + Apache + MariaDB (MySQL) + PHP 7 on Docker.
- Host: GitHub
- URL: https://github.com/celsocelante/docker-lamp
- Owner: celsocelante
- Created: 2016-12-08T20:22:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T03:03:58.000Z (over 7 years ago)
- Last Synced: 2024-11-04T14:45:43.596Z (about 1 year ago)
- Topics: docker, mariadb, mysql, php7
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 48
- Watchers: 6
- Forks: 72
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker LAMP
Linux + Apache + MariaDB (MySQL) + PHP 7.2 on Docker Compose. Mod_rewrite enabled by default.
## Instructions
Enter the following command to start your containers:
```bash
$ docker-compose up -d
```
To stop them, use this:
```bash
$ docker-compose stop
```
Feel free to make pull requests and help to improve this.
If you are looking for phpMyAdmin, take a look at [this](https://github.com/celsocelante/docker-lamp/issues/2).