- Add SQUASHTM_CONTEXT_PATH env variable.

This commit is contained in:
2025-03-13 17:07:04 +01:00
parent 2f3edf2a00
commit 6aea4edfc3
5 changed files with 21 additions and 68 deletions

View File

@@ -5,14 +5,9 @@ Welcome to Rx3-Docker/SquashTM docker image!
This project aims to build a MantisBT docker image.
Features:
- Curtently based on rx3-docker/java-1.1.1-mga9 & rx3-docker/postgresql:1.1.1-mga9 images,
- Curtently based on rx3-docker/java-1.1.1-mga9 & rx3-docker/postgresql:1.1.2-mga9 images,
- Sync with SquashTM 9.0.0.
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!