blabla1337 / skf-flask

Security Knowledge Framework (SKF) Python Flask / Angular project
https://www.securityknowledgeframework.org
Apache License 2.0
805 stars 308 forks source link

Fix platform issues on new OS. #737

Closed ankit2001 closed 3 years ago

ankit2001 commented 3 years ago

This PR aims to solve issue #736 . I think blabla1337/mysql and other image are not available for new docker versions in linux/arm64/v8 (bydefault). So i have specified platform for every blabla1337 image in docker compose i.e linux/arm64.

This fixed my issue.

Screenshot 2021-03-14 at 12 29 36 PM

Please review it @blabla1337 .

blabla1337 commented 3 years ago

Thanks for the fix, will merge it! much appreciated