Skip to content

Commit

Permalink
Merge pull request #10 from totem-it/docker
Browse files Browse the repository at this point in the history
refactor: Changed `php memory limit` in `Dockerfile`
  • Loading branch information
rooosiu authored Nov 29, 2024
2 parents 7c4ade0 + 15adbeb commit c467eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ RUN pecl install xdebug \
RUN echo "xdebug.mode=develop,debug,coverage" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
&& echo "xdebug.client_host=host.docker.internal" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini

RUN echo "memory_limit=512M" > /usr/local/etc/php/conf.d/memory-limit.ini

EXPOSE 8000
CMD ["php-fpm"]

0 comments on commit c467eee

Please sign in to comment.