mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-20 13:21:30 +00:00
Set Jinja2 template folder to absolute path
This commit is contained in:
@@ -30,7 +30,7 @@ class Bootstrap(BootstrapBase):
|
||||
|
||||
# Setup Jinja2 Environment and load vars
|
||||
self.env = Environment(
|
||||
loader=FileSystemLoader('./etc/mysql/conf.d/config_templates'),
|
||||
loader=FileSystemLoader('/etc/mysql/conf.d/config_templates'),
|
||||
keep_trailing_newline=True,
|
||||
lstrip_blocks=True,
|
||||
trim_blocks=True
|
||||
|
||||
Reference in New Issue
Block a user