php-fpm www.conf listen tcp

This commit is contained in:
2022-03-13 13:32:12 +01:00
parent cc7cef4abe
commit 2926f20542
3 changed files with 4 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ COPY entrypoint.sh /
RUN set -ex; \
chmod 755 /entrypoint.sh ;\
mkdir -p /run/php
ENTRYPOINT ["/entrypoint.sh"]
CMD ["php-fpm7.4"]

View File

@@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM cr.lan/debian-stable-php-fpm
ENV DEBIAN_FRONTEND noninteractive
ARG GRAV_VERSION=1.6.28