Add 1GB upload/download limits and 512MB memory limit for WordPress
This commit is contained in:
@@ -29,6 +29,7 @@ services:
|
|||||||
- wordpress_data:/var/www/html
|
- wordpress_data:/var/www/html
|
||||||
- ./wp-content/themes:/var/www/html/wp-content/themes
|
- ./wp-content/themes:/var/www/html/wp-content/themes
|
||||||
- ./wp-content/plugins:/var/www/html/wp-content/plugins
|
- ./wp-content/plugins:/var/www/html/wp-content/plugins
|
||||||
|
- ./php.ini:/usr/local/etc/php/conf.d/uploads.ini
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user