docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.57k stars 6.64k forks source link

Where can I find the project files? #256

Open csandreas1 opened 2 years ago

csandreas1 commented 2 years ago

I am building the images correctly, however I cannot find the project files such as Wordpress files.

mikesir87 commented 1 year ago

Hi @csandreas1! Apologies for the delay in responding to your question. If you still need additional assistance, feel free to provide a little more context on what you're trying to do. Are you building/trying to run a project outlined here in the awesome-compose repo? If so, which one?

OneCricketeer commented 1 year ago

find the project files such as Wordpress files.

WordPress files would be inside the image. You would need to mount a volume to access on your host, but that's more a discussion for the maintainer of that image rather than anything Docker Compose can provide.

OneCricketeer commented 1 year ago

Related #230