csrf error solve. try 3

This commit is contained in:
Frank
2026-01-10 14:06:29 +01:00
parent b2817c5d8c
commit ab80d4de83
+4
View File
@@ -42,5 +42,9 @@ COPY docker/php/php.ini $PHP_INI_DIR/conf.d/zz-custom.ini
WORKDIR /var/www/html WORKDIR /var/www/html
# Set permissions for Symfony directories
RUN mkdir -p var/cache var/log var/sessions && \
chown -R www-data:www-data var
# Default command # Default command
CMD ["php-fpm"] CMD ["php-fpm"]