Replies: 2 comments 3 replies
-
Hi @bbholty1 - Are you saying that you have PHP code that imports files from inside the container? Where does it put them? If you're using mutagen, the If you're not using If you'd like to mount something else that is not already in your project, the solution in https://stackoverflow.com/a/57432155/215713 might help you. If you do a |
Beta Was this translation helpful? Give feedback.
-
@rfay The php code needs to be able to import the files from outside the container to inside the container. That's the issue I'm struggling with and have yet to find a solution. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello,
Iv'e seen everything from:
ddev config --mounts="local_files:/path/to/local/files" , which is not currently not an existing config option.
to:
creating volumes: Path/To/LocalDir:Path/To/Mount/InDdevContainer in the .ddev/config.yaml, which hasn't been successful to this point.
Here's the reason I need to be able to Mount a Local Directory to the DDEV Container...
I'm testing a drupal module that imports media files in mass quantities at a time, from any possible existing location on the server... And currently I have no way to get to the mass quantities of media files,, which exist outside of the ddev container, to be able to test anything within the ddev container.
Thoughts or ideas?
Thanks a ton for your help!
-Bryan Holty
Beta Was this translation helpful? Give feedback.
All reactions