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;";
          '
Code language: YAML (yaml)

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.