When starting the containers ctinfrastructure_ctanalyzer will stop immediately:
usage: ct-analyzer [-h] [-r] [-m] [-n] [-d] [-g] [--force-replace] [--t T]
[--db DB] [--web WEB] [--log LOG] [--disable-tls-security]
ct-analyzer: error: unrecognized arguments: -x
Probable cause:
The -x option was commented out/removed from analyzer/analyzer.py but not as an argument for the container in docker-compose.yml. Fixes would be adding it to analyzer.py again or removing it from docker-compose.yml.