version: "3.8"
services:
service_name:
...
command: >
/bin/sh -c '
bash /project/wp-installation.sh
php-fpm | nginx -g "daemon off;";
'
//
Long command in docker-compose.yml file
Published date:
Modified date:
