Run the two docker-compose usingdocker-compose up. Inspect the volumes withdocker volume inspectand note theMountpoint:paths. Stop the services and remove the volumes withdocker compose -v. Have a look at the volume directories noted in step 2. Observed result When the volume is stored at de...
I'm trying to build docker-compose with mysql percona service, and I'm trying to make configuration of this service is crossplatformed. But how I can create named volume and put it somewhere near the docker-compose.yml if I can't set relative path?? :( I'm very surprised about this ...