Update default php fpm host

This commit is contained in:
Derkades 2020-07-27 20:32:42 +02:00
parent e98397aa94
commit f597f4e305

View File

@ -1,6 +1,6 @@
FROM nginx:alpine FROM nginx:alpine
ENV PHP_FPM="namelessmc_php:9000" ENV PHP_FPM="php:9000"
RUN deluser xfs && \ RUN deluser xfs && \
delgroup www-data && \ delgroup www-data && \