uncomment php-fpm env

This commit is contained in:
Shihaam Abdul Rahman 2022-11-05 00:50:24 +05:00
parent aa134f2ac7
commit 01f320b725
Signed by: shihaam
GPG Key ID: 16ADCF6871CB2A56
2 changed files with 6 additions and 5 deletions

View File

@ -431,11 +431,11 @@ pm.max_spare_servers = 3
; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
; the current environment.
; Default Value: clean env
;env[HOSTNAME] = $HOSTNAME
;env[PATH] = /usr/local/bin:/usr/bin:/bin
;env[TMP] = /tmp
;env[TMPDIR] = /tmp
;env[TEMP] = /tmp
env[HOSTNAME] = $HOSTNAME
env[PATH] = /usr/local/bin:/usr/bin:/bin
env[TMP] = /tmp
env[TMPDIR] = /tmp
env[TEMP] = /tmp
; Additional php.ini defines, specific to this pool of workers. These settings
; overwrite the values previously defined in the php.ini. The directives are the

View File

@ -20,6 +20,7 @@ services:
#########################
db:
image: mysql:8
hostname: db
environment:
MYSQL_DATABASE: nextcloud
MYSQL_USER: nextcloud