
j4ym0/mantisbtMantisBT是一款开源缺陷跟踪系统,旨在帮助团队高效管理软件项目中的缺陷、错误与任务。本Docker镜像提供MantisBT的容器化部署方案,简化安装配置流程,便于快速搭建稳定的缺陷跟踪环境。
bashdocker run -d -p 60001:80 --name mantisbt j4ym0/mantisbt
bashdocker run -it -p 60001:80 --name mantisbt j4ym0/mantisbt
推荐挂载本地config_inc.php自定义系统配置:
bashdocker run -d -v /my/local/config_inc.php:/config/config_inc.php -p 60001:80 --name mantisbt j4ym0/mantisbt
添加--restart unless-stopped参数实现容器崩溃或系统启动时自动重启:
bashdocker run -d --restart unless-stopped -v /my/local/config_inc.php:/config/config_inc.php -p 60001:80 --name mantisbt j4ym0/mantisbt
[***]进入初始化向导bashdocker exec mantisbt /cleanup.sh
如需通过域名访问,可配置Apache虚拟主机代理:
/etc/apache2/sites-available/mantis.my-site.com.conf:apache<VirtualHost *:80> ServerAdmin admin@localhost ServerName mantis.my-site.com ServerAlias mantis.my-site.com ProxyPreserveHost On ProxyRequests Off ProxyPass / [***] ProxyPassReverse / [***] ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>
basha2ensite mantis.my-site.com
!问题列表
!我的视图
!问题详情
完整管理指南请参阅MantisBT官方文档:MantisBT文档(提供文本、PDF及HTML格式)
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务