2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 12:05:02 +01:00
This commit is contained in:
kev
2015-05-12 16:49:35 +08:00
parent 85dafb9867
commit 516d25aad7
3 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
MantisBT is an open source issue tracker that provides a delicate balance between simplicity and power.
WARNING: This is still a work in progress, a successful connection has not been made.
## docker-compose.yml
@@ -15,8 +17,7 @@ mantisbt:
db:
image: mariadb
environment:
- MYSQL_USERNAME=root
- MYSQL_PASSWORD=root
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=bugtracker
restart: always
```