mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-18 13:31:50 +00:00
Use config.json to render multiple Jinja2 templates
This commit is contained in:
6
data/conf/mysql/config.json
Normal file
6
data/conf/mysql/config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"template": "my.cnf.j2",
|
||||
"output": "/etc/mysql/conf.d/my.cnf"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user