Skip to content

Commit 136ba64

Browse files
committed
Try private volume for elasticsearch
1 parent 9d73ecd commit 136ba64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/zammad/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"port": 8080,
55
"id": "zammad",
66
"description": "a web-based, open-source helpdesk and customer support platform packed with features to streamline customer communication across channels",
7-
"tipi_version": 7,
7+
"tipi_version": 8,
88
"website": "https://zammad.com/en/company/open-source",
99
"exposable": true,
1010
"version": "6.5.0-101",

apps/zammad/docker-compose.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{
6565
"hostPath": "./elasticsearch-data",
6666
"containerPath": "/bitnami/elasticsearch/data",
67-
"readOnly": false,
67+
"readOnly": true,
6868
"shared": false,
6969
"private": false
7070
}

0 commit comments

Comments
 (0)