You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-29 22:38:35 +02:00
update
This commit is contained in:
@@ -17,10 +17,12 @@ mysql:
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=bugtracker
|
||||
- MYSQL_USER=mantisbt
|
||||
- MYSQL_PASSWORD=mantisbt
|
||||
restart: always
|
||||
```
|
||||
|
||||
> You can use `mariadb` instead of `mysql`.
|
||||
> You can use `mariadb`/`postgres` instead of `mysql`.
|
||||
|
||||
## setup
|
||||
|
||||
@@ -36,8 +38,8 @@ Installation Options
|
||||
==================================================================================
|
||||
Type of Database MySQL/MySQLi
|
||||
Hostname (for Database Server) mysql
|
||||
Username (for Database) root
|
||||
Password (for Database) root
|
||||
Username (for Database) mantisbt
|
||||
Password (for Database) mantisbt
|
||||
Database name (for Database) bugtracker
|
||||
Admin Username (to create Database if required) root
|
||||
Admin Password (to create Database if required) root
|
||||
|
||||
@@ -11,4 +11,13 @@ mysql:
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=root
|
||||
- MYSQL_DATABASE=bugtracker
|
||||
- MYSQL_USER=mantis
|
||||
- MYSQL_PASSWORD=mantis
|
||||
restart: always
|
||||
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
environment:
|
||||
- POSTGRES_USER=root
|
||||
- POSTGRES_PASSWORD=root
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user