Füge Unterstützung für IP-Sperre und verbessere die Anmeldefunktionalität hinzu; aktualisiere .gitignore, Dockerfile und Datenbankschema
This commit is contained in:
@@ -4,7 +4,7 @@ FROM php:8.2-apache
|
||||
RUN a2enmod rewrite
|
||||
|
||||
# PHP-Extensions für MariaDB
|
||||
RUN docker-php-ext-install pdo pdo_mysql
|
||||
RUN docker-php-ext-install mysqli pdo pdo_mysql
|
||||
|
||||
# VHost kopieren
|
||||
COPY vhost.conf /etc/apache2/sites-available/000-default.conf
|
||||
|
||||
Reference in New Issue
Block a user