Changing DocumentRoot on a LAMP Container?

So, I’m trying to install Snipe-IT (https://snipeitapp.com/). One of the initial setup requirements is that the DocumentRoot is changed from the default public directory that ships with Snipe-IT. This change should be made in a .conf file. Unfortunately, all documentation that I’ve read about apache is that the .conf file is commonly located in /etc/apache2. However, I cannot find /apache2 at all in my container. I feel like I’m missing something stupidly basic. Any advice would be appreciated.

You’re absolutely on the right track. If you hit the Config section here:

You’ll find the conf folder under Favorites and it’s httpd.conf you want to edit

and you can search DocumentRoot to find the section where it’s defined

Edit and save and then make sure to restart that container.

excellent, thanks much!