- Initial release,
- Use based on php-apache:1.4.0-mga9 & postgresql:1.1.0-mga9 images.
This commit is contained in:
24
ReadMe.txt
Normal file
24
ReadMe.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
Welcome to Rx3-Docker/MantisBT docker image!
|
||||
|
||||
|
||||
|
||||
This project aims to build a MantisBT docker image.
|
||||
|
||||
Features:
|
||||
- Curtently based on rx3-docker/php-apache:1.4.0-mga9 & rx3-docker/postgresql:1.1.0-mga9 images,
|
||||
- Sync with MantisBT 2.27.1.
|
||||
|
||||
Note:
|
||||
The following SQL have to been executed on mantisdb with postgres user:
|
||||
GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO mantisbt;
|
||||
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO mantisbt;
|
||||
|
||||
|
||||
|
||||
Enjoy it!
|
||||
|
||||
Your Rx3 Team.
|
||||
|
||||
--
|
||||
arnaud@rx3.net
|
||||
https://git.rx3.org/gitea/rx3-docker/mantisbt
|
||||
Reference in New Issue
Block a user