Skip to content

Commit

Permalink
try cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Fantini committed Aug 26, 2024
1 parent 4af483e commit 344fd9e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-images/php82
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ LABEL author="Simone Fantini"
LABEL email="[email protected]"

# PHP ENV
ENV PHPVER 8.2
ENV PHP_MAX_CHILDREN 10
ENV PHP_MAX_REQUESTS 400
ENV PHP_REQUEST_TIMEOUT 300
ENV PHP_MEMORY_LIMIT 756M
ENV PHP_CLI_MEMORY_LIMIT 756M
ENV PHPVER=8.2
ENV PHP_MAX_CHILDREN=10
ENV PHP_MAX_REQUESTS=400
ENV PHP_REQUEST_TIMEOUT=300
ENV PHP_MEMORY_LIMIT=756M
ENV PHP_CLI_MEMORY_LIMIT=756M

# SYS ENV
ENV TZ Europe/Rome
ENV DEBIAN_FRONTEND noninteractive
ENV TZ=Europe/Rome
ENV DEBIAN_FRONTEND=noninteractive

RUN \
ls -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
Expand Down

0 comments on commit 344fd9e

Please sign in to comment.