mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-19 21:01:31 +00:00
[PHP-FPM] use python bootstrapper to start PHP-FPM container
This commit is contained in:
@@ -25,6 +25,8 @@ def main():
|
||||
from modules.BootstrapClamd import Bootstrap
|
||||
elif container_name == "mysql-mailcow":
|
||||
from modules.BootstrapMysql import Bootstrap
|
||||
elif container_name == "php-fpm-mailcow":
|
||||
from modules.BootstrapPhpfpm import Bootstrap
|
||||
else:
|
||||
print(f"No bootstrap handler for container: {container_name}", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user