Docker containers not using volumes
I think I do not understand how Docker volumes work. I have a docker compose file with an app service running a laravel app, a postgres service, and a memcached service. I have named volumes for the laravel storage and for postgres, but nothing is persisted to those volumes. If I look in my file finder there are no files in the folder and when I shut down the db container the data is lost.