ThreatKB icon indicating copy to clipboard operation
ThreatKB copied to clipboard

docker-compose.yml error (Staging branch)

Open mclancy10006 opened this issue 2 years ago • 2 comments

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.

mclancy10006 avatar Sep 12 '22 19:09 mclancy10006

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

mclancy10006 avatar Sep 12 '22 19:09 mclancy10006

Can you give this a shot now @mclancy10006 ?

danny248 avatar Sep 12 '22 21:09 danny248

This issue should now be resolved under the rc branch.

battleoverflow avatar Aug 01 '23 20:08 battleoverflow