1
This commit is contained in:
parent
6ca9b34f36
commit
46f2dbbd91
@ -14,3 +14,22 @@ RUN apt install -y tzdata
|
|||||||
RUN apt install -y net-tools curl iputils-ping vim mariadb-client redis php php-fpm php-pdo php-mysql php-redis php-mbstring
|
RUN apt install -y net-tools curl iputils-ping vim mariadb-client redis php php-fpm php-pdo php-mysql php-redis php-mbstring
|
||||||
#php-pecl-libsodium
|
#php-pecl-libsodium
|
||||||
#RUN sh -c '/bin/echo -e "\n6\n70" | apt install -y net-tools iputils-ping mariadb-client php php-fpm'
|
#RUN sh -c '/bin/echo -e "\n6\n70" | apt install -y net-tools iputils-ping mariadb-client php php-fpm'
|
||||||
|
#docker run -it -v /data:/data -p 9001:9000 php:7.4 /bin/bash
|
||||||
|
|
||||||
|
#/etc/php/7.4/fpm/pool.d/www.conf
|
||||||
|
#;listen = /run/php/php7.4-fpm.sock
|
||||||
|
#listen = 172.17.0.2:9000
|
||||||
|
|
||||||
|
#/etc/php/7.4/php-fpm.conf
|
||||||
|
#; Default Value: log/php-fpm.log
|
||||||
|
#error_log = /var/log/php7.4-fpm.log
|
||||||
|
|
||||||
|
#/etc/php/7.4/php.ini
|
||||||
|
#;error_log = syslog
|
||||||
|
#error_log = /data/php_errors.log
|
||||||
|
#error_reporting = E_ALL
|
||||||
|
#log_errors = On
|
||||||
|
|
||||||
|
#/etc/hosts
|
||||||
|
#172.17.0.1 mysql-host
|
||||||
|
#172.17.0.1 redis-host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user