mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2026-01-24 00:09:01 +01:00
Add Supervisord custom process number
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM php:7.2-fpm
|
||||
ENV WORKDIR=/var/www
|
||||
ENV STORAGE_DIR=/var/www/storage
|
||||
ENV LARAVEL_PROCS_NUMBER=2
|
||||
# Install system dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
git \
|
||||
|
||||
Reference in New Issue
Block a user