Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T03:03:58.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T13:27:29.707Z (5 months ago)
- Topics: docker, mariadb, mysql, php7
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 48
- Watchers: 6
- Forks: 52
- 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).