diff --git a/docker/wp-cache-config.php b/docker/wp-cache-config.php
index 425864a83b0c28a14ec638d5caac2bb536545cfa..7ee6c846fd5af307b40c7aee5c92b176213807f8 100644
--- a/docker/wp-cache-config.php
+++ b/docker/wp-cache-config.php
@@ -12,7 +12,7 @@ $cache_max_time = 300; //in seconds
 //$use_flock = true; // Set it true or false if you know what to use
 $cache_path = WP_CONTENT_DIR . '/cache/';
 $file_prefix = 'wp-cache-';
-$ossdlcdn = 1;
+$ossdlcdn = 0;
 
 // Array of files that have 'wp-' but should still be cached
 $cache_acceptable_files = array( 'wp-comments-popup.php', 'wp-links-opml.php', 'wp-locations.php' );