diff --git a/dev/docker/docker-compose-arm64.yml b/dev/docker/docker-compose-arm64.yml
index 04ab6a7deba34a41b0b855d2bdd1587b02d947f0..5dfdb4c3ca03c544a421117bfb3aa0906319a753 100644
--- a/dev/docker/docker-compose-arm64.yml
+++ b/dev/docker/docker-compose-arm64.yml
@@ -21,7 +21,7 @@ services:
     restart: on-failure
     healthcheck:
       test: ["CMD", "curl", "-f", "http://localhost:8080/auth"]
-      interval: 30s
+      interval: 10s
       timeout: 3s
       retries: 10
       start_period: 5s
@@ -38,6 +38,8 @@ services:
       TZ: "Europe/Amsterdam"
   rdpgw:
     container_name: rdpgw
+    hostname: rdpgw
+    image: bolkedebruin/rdpgw:latest
     build: .
     ports:
       - 9443:9443
diff --git a/dev/docker/docker-compose.yml b/dev/docker/docker-compose.yml
index 6d898f37e112a7f8edbe606501deb5b79125b81c..6accd5c2f125b20e38560d3896af3b0d22a1f9b8 100644
--- a/dev/docker/docker-compose.yml
+++ b/dev/docker/docker-compose.yml
@@ -26,7 +26,7 @@ services:
         - --http-relative-path=/auth
       healthcheck:
         test: ["CMD", "curl", "-f", "http://localhost:8080/auth"]
-        interval: 30s
+        interval: 10s
         timeout: 3s
         retries: 10
         start_period: 5s
@@ -51,6 +51,6 @@ services:
          condition: service_healthy
        healthcheck:
          test: ["CMD", "curl", "-f", "http://keycloak:8080"]
-         interval: 30s
+         interval: 10s
          timeout: 10s
          retries: 10