docker icon indicating copy to clipboard operation
docker copied to clipboard

Clarify volumes configuration required for web server when used with FPM w/ additional volumes

Open joshtrichards opened this issue 1 year ago • 1 comments

At a minimum whatever volumes one has placed /var/www/html + /var/www/html/apps + /var/www/html/custom_apps on needs to be available to the web/frontend.

Magically taken care of if not using additional volumes (since it all ends up in the /var/www/html volume), but since many people do use additional volumes to split things up with greater granularity (without fully understanding all the implications) we should probably find ways to clarify things in the README in a couple spots + the examples (embedded comments?).

i.e. https://github.com/nextcloud/docker/tree/master?tab=readme-ov-file#additional-volumes

e.g. to prevent #1241 (and others that I'm not going to bother searching for but have helped people out with here or on the forum before on a recurring basis).

joshtrichards avatar Oct 20 '24 22:10 joshtrichards

Related: #1851

joshtrichards avatar Oct 21 '24 21:10 joshtrichards

@joshtrichards I was randomly browsing the issues and got on this. Didn't we already done that ? (just checked readme, looks fine to me) EDIT: Yea, it's done, I believe this is for closing.

tzerber avatar Jan 25 '25 17:01 tzerber