Add Adminer to docs

This commit is contained in:
Patrick Artounian
2017-03-29 22:23:49 -07:00
parent 3d2eb81cd5
commit 4efb5b43c6
3 changed files with 21 additions and 1 deletions

View File

@ -706,6 +706,25 @@ docker-compose up -d mariadb phpmyadmin
<br>
<a name="Use-Adminer"></a>
## Use Adminer
1 - Run the Adminer Container (`adminer`) with the `docker-compose up` command. Example:
```bash
# use with nginx
# must use it as fastcgi is required
docker-compose up -d nginx adminer
```
2 - Open your browser and visit the localhost on port **8080**: `http://localhost:8080`
<br>
<a name="Use-pgAdmin"></a>
## Use PgAdmin