PHP Classes

File: docker/supervisor/supervisord.conf

Recommend this page to a friend!
  Classes of Celso   DB Sync   docker/supervisor/supervisord.conf   Download  
File: docker/supervisor/supervisord.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: DB Sync
Synchronize databases between environments
Author: By
Last change:
Date: 1 month ago
Size: 226 bytes
 

Contents

Class file image Download
[supervisord] nodaemon=true user = root [program:nginx] command = nginx -c /etc/nginx/nginx.conf -g 'daemon off;' user = root autostart = true [program:php-fpm] command = /usr/sbin/php-fpm83 -F user = root autostart = true