docker-compose : how to create a volume to save only one file?
Im adapting a docker-compose.yml file to my usecase. The database im using is only a sqlite file and i would like to save that file to a volume...can i point a volume to a file and not a folder like…