How to insert data using docker compose
Overview: I would like to insert data in file.json in db within docker-compose using CURL. My Try: I have tried to mount file.json inside the FROST container, then run the command CURL within docker-compose. curl -X POST -H "Content-Type: application/json"…