Я хотел бы запустить Apache2 в дополнение к MariaDB, вот мой dockerfile < /p>
FROM mariadb:lts-noble
RUN apt update && apt install -y apache2 libapache2-mod-php php php-mysql php-xml php-mbstring wget curl tar nano rsyslog net-tools
### Get the latest Roundcube version and install it
RUN
Подробнее здесь: https://stackoverflow.com/questions/794 ... ge-mariadb