diff --git a/account-service.yml b/account-service.yml
index 3d73d5b6992848463759537cecfce91b2757a49f..4605b3a1e67316ea7fcaad48a450ec5395d2b941 100644
--- a/account-service.yml
+++ b/account-service.yml
@@ -5,4 +5,4 @@ spring:
 eureka:
   client:
     service-url:
-      defaultZone: http://eureka-service:8761/eureka/
\ No newline at end of file
+      defaultZone: http://service-registration-and-discovery-service:8761/eureka/
\ No newline at end of file
diff --git a/client-service.yml b/client-service.yml
index c8a545fd7fcef5311ea7bde58571a206f1818fc0..5a77d8100fc11bdbb3cfb537ff307d7914e0ab63 100644
--- a/client-service.yml
+++ b/client-service.yml
@@ -5,4 +5,4 @@ spring:
 eureka:
   client:
     service-url:
-      defaultZone: http://eureka-service:8761/eureka/
\ No newline at end of file
+      defaultZone: http://service-registration-and-discovery-service:8761/eureka/
\ No newline at end of file