Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emalherbi committed Jun 22, 2017
1 parent 93ff6e5 commit ff32175
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# apache-php-mysql-mssql-phpmyadmin
# docker-php

Docker && Apache && Php && Mysql (mysql || pdo_mysql) && Mssql (FreeTDS) && PhpMyAdmin
Docker && Apache && Php && Mysql (mysql | pdo_mysql) && Mssql (mssql | pdo_dblib | freetds) && PhpMyAdmin

## Install
## Requirements

* [Docker](https://www.docker.com/)
* [Docker Compose](https://docs.docker.com/compose/)

## About this docker's settings

- apache
- php:5.6
- mysql
- pdo_mysql
- mssql
- pdo_dblib
- freetds
- rewrite
- zlib
- sockets
- phpmyadmin
- mariadb

## Installation

```bash
docker-compose up -d --force-recreate
Expand All @@ -12,6 +32,7 @@ docker-compose up -d --force-recreate

```
www
|- index-info.php
```

## Server Root
Expand Down

0 comments on commit ff32175

Please sign in to comment.