ThreatKB
ThreatKB copied to clipboard
docker-compose.yml error (Staging branch)
Error in the docker-compose.yml file. Line 49 shows - C_FORCE_ROOT=true
and it should be - C_FORCE_ROOT=1
when you run the docker build it give and error on this setting.
ERROR: The Compose file './docker-compose.yml' is invalid because: services.threatkb_agent.environment.C_FORCE_ROOT contains true, which is an invalid type, it should be a string, number, or a null
Can you give this a shot now @mclancy10006 ?
This issue should now be resolved under the rc branch.