diff --git a/src/app.js b/src/app.js
index a169f1482a2044487944b2761319f4e98c1c3218..8af30fb506776e08c674f9fb74044a662f84be44 100644
--- a/src/app.js
+++ b/src/app.js
@@ -48,7 +48,7 @@ const languageServiceApiKey = process.env.sunbird_language_service_api_key
 const producerId = process.env.sunbird_environment + '.' + process.env.sunbird_instance + '.content-service'
 const sunbirdPortalBaseUrl = process.env.sunbird_portal_base_url || 'https://staging.open-sunbird.org'
 const lockExpiryTime = process.env.sunbird_lock_expiry_time || 1800
-const contentServiceLocalBaseUrl = process.env.sunbird_content_service_local_base_url ? process.env.sunbird_content_service_local_base_url : 'http://content_service_content_service:5000'
+const contentServiceLocalBaseUrl = process.env.sunbird_content_service_local_base_url ? process.env.sunbird_content_service_local_base_url : 'http://content-service:5000'
 
 configUtil.setContentProviderApi(contentProviderApiConfig.API)
 configUtil.setConfig('CONTENT_REPO_BASE_URL', contentRepoBaseUrl)