docker compose copy files from container to host code example
Example: copy file from docker container to host
docker cp <containerId>:/file/path/within/container /host/path/target
docker cp <containerId>:/file/path/within/container /host/path/target