Data is not persisted in Windows docker

Hi,

I am new to InfluxDB. I started using 2.0 docker image on Windows. I am able to access the web interface and run commands through API as well (using Postman). However, whenever I use “write” end-point and trying to push a new data to the bucket, I am getting HTTP 204 response from the API but no data is stored in the bucket. Same goes with using influx write command in shell.

Any ideas why it could happen?

How are you checking if data are written?