Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).