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 *