- Now use rx3-docker/postgresql:1.1.2-mga9 image.

This commit is contained in:
2025-03-10 18:17:56 +01:00
parent e3da2e5c47
commit fa1baa2fa5
3 changed files with 10 additions and 7 deletions

View File

@@ -5,14 +5,9 @@ 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.5.1-mga9 & rx3-docker/postgresql:1.1.1-mga9 images,
- Curtently based on rx3-docker/php-apache:1.5.1-mga9 & rx3-docker/postgresql:1.1.2-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!