Search found 1 match

by UlPa
09 Jan 2025, 00:11
Forum: Help
Topic: How to install MantisBT in Docker container?
Replies: 1
Views: 7310

How to install MantisBT in Docker container?

Hi.
How to install MantisBT in Docker container?
Here is my file for Docker-Compose (docker-compose.yaml):
services:
mantisbt:
image: xlrl/mantisbt
environment:
MANTIS_ENABLE_ADMIN: 1
PHP_DISPLAY_ERRORS: 1
PHP_DISPLAY_STARTUP_ERRORS: 1
PHP_ERROR_REPORTING: 'E_ALL'
PHP_LOG_ERRORS: 1
PHP ...