wordpress-nginx-docker
wordpress-nginx-docker copied to clipboard
Whether can provide a PHP template of the conf
wordpress: image: wordpress:${WORDPRESS_VERSION:-php7.3-fpm} container_name: wordpress volumes: - ./config/php.conf.ini:/usr/local/etc/php/conf.d/conf.ini
I want to edit the php.conf.Ini can provide an example
thanks!
need same thing please