version: "3.8"
services:
service_name:
...
command: >
/bin/sh -c '
bash /project/wp-installation.sh
php-fpm | nginx -g "daemon off;";
'
//
Crafting Web Experiences
//
version: "3.8"
services:
service_name:
...
command: >
/bin/sh -c '
bash /project/wp-installation.sh
php-fpm | nginx -g "daemon off;";
'