updated zammad

This commit is contained in:
2025-10-26 13:12:41 -07:00
parent 10adf9cc83
commit 5f07f08bff
5 changed files with 21 additions and 12 deletions
+5 -1
View File
@@ -9,4 +9,8 @@ Official Documenation: https://docs.zammad.org/en/latest/install/docker-compose.
Official Repository: https://github.com/zammad/zammad-docker-compose/blob/master/docker-compose.yml
chmod data directory to 1000:1000
```bash
mkdir -p data/elasticsearch
chown -R 1000:1000 data/
chmod -R 755 data/elasticsearch/
```