- Use now rx3-docker/tiki:1.0.3-mga9,

- Use TIKI_ROOT_LINK_LIST and add by default ads.txt & security.txt root links,
- Fix phpMyAdmin redirection on login/logout.
This commit is contained in:
2026-02-28 19:41:02 +01:00
parent 87ac4ab3c5
commit 0f27028043
4 changed files with 18 additions and 3 deletions

View File

@@ -157,6 +157,7 @@ services:
APACHE_DOC_ROOT: ${WA_APACHE_DOC_ROOT}
PHP_UPLOAD_LIMIT: ${WA_PHP_UPLOAD_LIMIT}
TIKI_URL: ${WA_TIKI_URL}
TIKI_ROOT_LINK_LIST: ${WA_TIKI_ROOT_LINK_LIST}
volumes:
- ./${WA_LOG_INIT_EXT}:${WA_LOG_INIT_INT}