increate php memory limit
This commit is contained in:
parent
2c9e61417b
commit
e43a18df11
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ logs/
|
|||||||
logs/*
|
logs/*
|
||||||
nextcloud/
|
nextcloud/
|
||||||
nextcloud/*
|
nextcloud/*
|
||||||
|
database/
|
||||||
|
database/*
|
||||||
|
@ -427,7 +427,7 @@ max_input_time = 60
|
|||||||
|
|
||||||
; Maximum amount of memory a script may consume
|
; Maximum amount of memory a script may consume
|
||||||
; https://php.net/memory-limit
|
; https://php.net/memory-limit
|
||||||
memory_limit = 128M
|
memory_limit = 1G
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; Error handling and logging ;
|
; Error handling and logging ;
|
||||||
|
@ -11,9 +11,9 @@ services:
|
|||||||
- ./configs/var/www/html/config:/var/www/html/config
|
- ./configs/var/www/html/config:/var/www/html/config
|
||||||
- ./nextcloud:/var/www/html
|
- ./nextcloud:/var/www/html
|
||||||
- ./logs:/root/logs
|
- ./logs:/root/logs
|
||||||
- /mnt/hdd/nextcloud-data:/var/www/html/data #CHANGE MOUNT POINT FOR THIS
|
- /mnt/vol2/nextcloud-data:/var/www/html/data #CHANGE MOUNT POINT FOR THIS
|
||||||
ports:
|
ports:
|
||||||
- 8000:80
|
- 8003:80
|
||||||
#########################
|
#########################
|
||||||
db:
|
db:
|
||||||
image: mysql:8
|
image: mysql:8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user