André Amorim

Crafting Web Experiences

//

Long command in docker-compose.yml file

version: "3.8"

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

Published date:

Modified date: