Starting the CA API Docker Gateway leads to the “License not accepted” error. This happens even with a valid API Gateway license.
All supported versions of the API Container Gateway
This can occur for several reasons:
1) The license file has not been provided. This can be done via the SSG_LICENSE variable or docker secrets
https://docs.docker.com/compose/compose-file/#secrets
2) The ACCEPT_LICENSE variable has not been set to "true", ie:
3) The environment section of your YML is missing the value "Dcom.l7tech.bootstrap.env.license.enable=true". This setting enables loading the SSG license gzip, base64 string as a environment variable. By default it is disabled