1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update doc

This commit is contained in:
kev 2015-05-18 18:39:05 +08:00
parent 16eb7d990b
commit 7b8ab5b9d4

@ -20,6 +20,8 @@ mysql:
restart: always
```
> You can use `mariadb` instead of `mysql`.
## setup
```
@ -28,6 +30,22 @@ $ firefox http://localhost:8989/admin/install.php
>>> password: root
```
```
==================================================================================
Installation Options
==================================================================================
Type of Database MySQL/MySQLi
Hostname (for Database Server) mysql
Username (for Database) root
Password (for Database) root
Database name (for Database) bugtracker
Admin Username (to create Database if required) root
Admin Password (to create Database if required) root
Print SQL Queries instead of Writing to the Database [ ]
Attempt Installation [Install/Upgrade Database]
==================================================================================
```
## todo
- support `curl`