php-fpm www.conf listen tcp
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user