Skip to content

Tag: docker-compose

Docker-Compose Output File To Local Host

I have the below docker-compose.yaml file that sets up a database and runs a python script To run it I perform the following Here is the Dockerfile Now this works fine I can see the data has been properly populated under the generated in the msql database. The python file at the end of the script should dump …