mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-18 04:11:31 +00:00
[Postfix] use python bootstrapper to start POSTFIX container
This commit is contained in:
@@ -22,10 +22,10 @@ class Bootstrap(BootstrapBase):
|
||||
|
||||
# Setup Jinja2 Environment and load vars
|
||||
self.env = Environment(
|
||||
loader=FileSystemLoader('./etc/nginx/conf.d/templates'),
|
||||
loader=FileSystemLoader('./etc/nginx/conf.d/config_templates'),
|
||||
keep_trailing_newline=True,
|
||||
lstrip_blocks=False,
|
||||
trim_blocks=False
|
||||
lstrip_blocks=True,
|
||||
trim_blocks=True
|
||||
)
|
||||
extra_vars = {
|
||||
"VALID_CERT_DIRS": self.get_valid_cert_dirs(),
|
||||
|
||||
Reference in New Issue
Block a user