mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
refactored all to dev
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Zammad
|
||||
|
||||
Proxy port: 8080 on zammad-nginx
|
||||
|
||||
Zammad has good support for their own repo, probably better to use that one.
|
||||
This is just Zammad for my own
|
||||
|
||||
Official Documenation: https://docs.zammad.org/en/latest/install/docker-compose.html
|
||||
|
||||
Official Repository: https://github.com/zammad/zammad-docker-compose/blob/master/docker-compose.yml
|
||||
|
||||
```bash
|
||||
mkdir -p data/elasticsearch
|
||||
chown -R 1000:1000 data/
|
||||
chmod -R 755 data/elasticsearch/
|
||||
```
|
||||
Reference in New Issue
Block a user