csrf error solve. try 3
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user