collection.dockerfile/alpine/pma/run.ini

11 lines
171 B
INI
Raw Normal View History

2022-01-17 15:56:05 +08:00
[program:nginx]
command=/usr/sbin/nginx -g 'daemon off;'
autostart=true
autorestart=true
[program:phpfpm]
2022-05-24 23:36:14 +08:00
command=/usr/sbin/php-fpm81 -F
2022-01-17 15:56:05 +08:00
autostart=true
autorestart=true