Skip to content

Commit

Permalink
feat(wp): turn of WP_AUTO_UPDATE_CORE
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Oct 24, 2023
1 parent eab8bfc commit b9047f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/classic/wordpress/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@ services:
define('WP_MEMORY_LIMIT', '${WP_MEMORY_LIMIT:-256M}');
define('WP_MAX_MEMORY_LIMIT', '${WP_MAX_MEMORY_LIMIT:-768M}');
define('DISABLE_WP_CRON', true);
define('WP_AUTO_UPDATE_CORE', false);

0 comments on commit b9047f2

Please sign in to comment.