mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update doc
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user