Рецепт для запуска апача с поддержкой бд, статуса и реврайта
This commit is contained in:
parent
8c968d909d
commit
0fa7d6ec07
1 changed files with 6 additions and 0 deletions
6
manufacturer/container/apache/Dockerfile
Normal file
6
manufacturer/container/apache/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM php:8.3-apache
|
||||
|
||||
RUN docker-php-ext-install mysqli
|
||||
|
||||
RUN a2enmod status
|
||||
RUN a2enmod rewrite
|
||||
Loading…
Add table
Add a link
Reference in a new issue