mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:35 +02:00
doc
This commit is contained in:
parent
6589e3844b
commit
85dafb9867
22
mantisbt/README.md
Normal file
22
mantisbt/README.md
Normal file
@ -0,0 +1,22 @@
|
||||
MantisBT is an open source issue tracker that provides a delicate balance between simplicity and power.
|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
```
|
||||
mantisbt:
|
||||
image: vimagick/mantisbt
|
||||
ports:
|
||||
- "80:80"
|
||||
links:
|
||||
- db:mysql
|
||||
restart: always
|
||||
|
||||
db:
|
||||
image: mariadb
|
||||
environment:
|
||||
- MYSQL_USERNAME=root
|
||||
- MYSQL_PASSWORD=root
|
||||
- MYSQL_DATABASE=bugtracker
|
||||
restart: always
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user