mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-20 05:11:30 +00:00
Use config.json to render multiple Jinja2 templates
This commit is contained in:
@@ -46,7 +46,7 @@ class Bootstrap(BootstrapBase):
|
||||
self.set_timezone()
|
||||
|
||||
print("Render config")
|
||||
self.render_config("my.cnf.j2", "/etc/mysql/conf.d/my.cnf")
|
||||
self.render_config("/etc/mysql/conf.d/config.json")
|
||||
|
||||
def start_temporary(self, socket):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user