diff --git a/docker-compose_debug_kms.yml b/docker-compose_debug_kms.yml
index 0428b910e44e2006813a83640f35bca73e702f5d..b584ad13c8c8c6ff861145ad5fbe36e1788d6808 100644
--- a/docker-compose_debug_kms.yml
+++ b/docker-compose_debug_kms.yml
@@ -1,6 +1,6 @@
 services:
   #kms_1:
-    #image: goKMS
+    #image: gokms
     #command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_1.yaml", "--insecure"]
     #volumes:
     #    - ./debug_configs/config/kms/kms_1.yaml:/tmp/kms/config/kms_1.yaml
@@ -9,7 +9,7 @@ services:
     #    - "127.0.0.1:9696:9696"
 
   kms_2:
-    image: goKMS
+    image: gokms
     command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_2.yaml", "--insecure"]
     volumes:
         - ./debug_configs/config/kms/kms_2.yaml:/tmp/kms/config/kms_2.yaml
diff --git a/docker-compose_small_random.yml b/docker-compose_small_random.yml
index 74c352784969b5752c1c263c1906d0e67067cd5d..3438afec69b842574bee541de941a1caf3bee780 100644
--- a/docker-compose_small_random.yml
+++ b/docker-compose_small_random.yml
@@ -1,6 +1,6 @@
 services:
   kms_1:
-    image: goKMS
+    image: gokms
     command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_1.yaml", "--insecure"]
     volumes:
         - ./config/goKMS/small_kms_1.yaml:/tmp/kms/config/kms_1.yaml
@@ -9,7 +9,7 @@ services:
         - "127.0.0.1:9696:9696"
 
   kms_2:
-    image: goKMS
+    image: gokms
     command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_2.yaml", "--insecure"]
     volumes:
         - ./config/goKMS/small_kms_2.yaml:/tmp/kms/config/kms_2.yaml
diff --git a/docker-compose_small_replay.yml b/docker-compose_small_replay.yml
index 23475dae95765b6ca5e9c53175a5ddf77656cfbe..a8bdf3d87f8a936f298da0298d70c6316542c698 100644
--- a/docker-compose_small_replay.yml
+++ b/docker-compose_small_replay.yml
@@ -1,6 +1,6 @@
 services:
   kms_1:
-    image: goKMS
+    image: gokms
     command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_1.yaml", "--insecure"]
     volumes:
         - ./config/goKMS/small_kms_1.yaml:/tmp/kms/config/kms_1.yaml
@@ -9,7 +9,7 @@ services:
         - "127.0.0.1:9696:9696"
 
   kms_2:
-    image: goKMS
+    image: gokms
     command: ["start", "--log", "debug", "--kms_config", "/tmp/kms/config/kms_2.yaml", "--insecure"]
     volumes:
         - ./config/goKMS/small_kms_2.yaml:/tmp/kms/config/kms_2.yaml