csrf error solve. try 3

This commit is contained in:
Frank
2026-01-10 14:06:29 +01:00
parent 09b7e78fdd
commit 41f3547f6f

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"]