Augmentation des limites par défaut des isntances wordpress
This commit is contained in:
parent
614d360f54
commit
b44f6c1810
2 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
docker_wordpress_custom_php: |
|
||||
upload_max_filesize = 16M
|
||||
post_max_size = 16M
|
||||
max_execution_time = 60
|
||||
upload_max_filesize = 100M
|
||||
post_max_size = 100M
|
||||
max_execution_time = 300
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
version: '3.1'
|
||||
|
||||
services:
|
||||
wordpress:
|
||||
image: {{ docker_wordpress_image_version }}
|
||||
|
|
Loading…
Reference in a new issue