Closed
Description
Hi there, I'm just trying out docker for local development and it's working well. The only thing I'm having trouble wrapping my head around is, how can I get a hold of the debug.log
and .htaccess
files? I'd prefer to have a copy on the host that is in sync with what's on the named volume. I know I can save a copy via the Volumes through Docker desktop app, but that's a cumbersome process.
Any recommendations on how to set up a docker-compose.yml
that would help with that?
Thanks