| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/maysayhoaqua.com.vn-bk/public_html/wp-content/plugins/wp-smtp/ |
Upload File : |
name: solid-mail
recipe: wordpress
config:
via: nginx
webroot: wp-www
database: mariadb
xdebug: true
php: '8.0'
composer_version: '2'
services:
appserver:
overrides:
volumes:
- ./:/app/wp-www/wp-content/plugins/wp-smtp
pma:
type: phpmyadmin
mailhog:
type: mailhog
hogfrom:
- appserver
node:
type: node:18
dir: /app/wp-www/wp-content/plugins/wp-smtp
proxy:
appserver_nginx:
- solid-mail.lndo.site
events:
post-start:
- appserver:
- bash /app/bin/appserver-start.sh
tooling:
wp:
service: appserver
cmd: /usr/local/bin/wp
dir: /app/wp-www
composer:
service: appserver
cmd: composer
dir: /app/wp-www/wp-content/plugins/wp-smtp
xdebug-on:
service: appserver
description: Enable xdebug for nginx.
cmd: docker-php-ext-enable xdebug && pkill -o -USR2 php-fpm
user: root
xdebug-off:
service: appserver
description: Disable xdebug for nginx.
cmd: rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && pkill -o -USR2 php-fpm
user: root