I passed the --watch argument.
when db.json file changes in host machine the changes also obviously reflects inside docker container /data/db.json since volume mounted. But it still supplies the old db.json values.
The file is changed Right ?
When Post through curl it works properly. Restarting docker container it works properly.
Changing file directly not working (--watch)