diff --git a/doc/tutorial_resources/docker-compose-basic-nrf.yaml b/doc/tutorial_resources/docker-compose-basic-nrf.yaml
index 1c78bf37f9333257d482b924a61cff03eb764c73..b88020e6b02307678d27886d43467712690b84a6 100644
--- a/doc/tutorial_resources/docker-compose-basic-nrf.yaml
+++ b/doc/tutorial_resources/docker-compose-basic-nrf.yaml
@@ -51,13 +51,6 @@ services:
         networks:
             public_net:
                 ipv4_address: 192.168.70.136
-        volumes:
-            - ./healthscripts/udr-healthcheck.sh:/openair-udr/bin/udr-healthcheck.sh
-        healthcheck:
-            test: /bin/bash -c "/openair-udr/bin/udr-healthcheck.sh"
-            interval: 10s
-            timeout: 5s
-            retries: 5
     oai-udm:
         container_name: "oai-udm"
         image: oai-udm:develop
@@ -86,13 +79,6 @@ services:
         networks:
             public_net:
                 ipv4_address: 192.168.70.137
-        volumes:
-            - ./healthscripts/udm-healthcheck.sh:/openair-udm/bin/udm-healthcheck.sh
-        healthcheck:
-            test: /bin/bash -c "/openair-udm/bin/udm-healthcheck.sh"
-            interval: 10s
-            timeout: 5s
-            retries: 5
     oai-ausf:
         container_name: "oai-ausf"
         image: oai-ausf:develop
@@ -120,13 +106,6 @@ services:
         networks:
             public_net:
                 ipv4_address: 192.168.70.138
-        volumes:
-            - ./healthscripts/ausf-healthcheck.sh:/openair-ausf/bin/ausf-healthcheck.sh
-        healthcheck:
-            test: /bin/bash -c "/openair-ausf/bin/ausf-healthcheck.sh"
-            interval: 10s
-            timeout: 5s
-            retries: 5
     oai-nrf:
         container_name: "oai-nrf"
         image: oai-nrf:develop
@@ -141,13 +120,6 @@ services:
         networks:
             public_net:
                 ipv4_address: 192.168.70.130
-        volumes:
-            - ./healthscripts/nrf-healthcheck.sh:/openair-nrf/bin/nrf-healthcheck.sh
-        healthcheck:
-            test: /bin/bash -c "/openair-nrf/bin/nrf-healthcheck.sh"
-            interval: 10s
-            timeout: 5s
-            retries: 5
     oai-amf:
         container_name: "oai-amf"
         image: oai-amf:develop
@@ -213,13 +185,6 @@ services:
             - mysql
             - oai-nrf
             - oai-ausf
-        volumes:
-            - ./healthscripts/amf-healthcheck.sh:/openair-amf/bin/amf-healthcheck.sh
-        healthcheck:
-            test: /bin/bash -c "/openair-amf/bin/amf-healthcheck.sh"
-            interval: 10s
-            timeout: 15s
-            retries: 5
         networks:
             public_net:
                 ipv4_address: 192.168.70.132
@@ -270,13 +235,6 @@ services:
         depends_on:
             - oai-nrf
             - oai-amf
-        volumes:
-            - ./healthscripts/smf-healthcheck.sh:/openair-smf/bin/smf-healthcheck.sh
-        healthcheck:
-            test: /bin/bash -c "/openair-smf/bin/smf-healthcheck.sh"
-            interval: 10s
-            timeout: 5s
-            retries: 5
         networks:
             public_net:
                 ipv4_address: 192.168.70.133
@@ -325,13 +283,6 @@ services:
         cap_drop:
             - ALL
         privileged: true
-        volumes:
-            - ./healthscripts/spgwu-healthcheck.sh:/openair-spgwu-tiny/bin/spgwu-healthcheck.sh
-        healthcheck:
-            test: /bin/bash -c "/openair-spgwu-tiny/bin/spgwu-healthcheck.sh"
-            interval: 10s
-            timeout: 5s
-            retries: 5
         networks:
             public_net:
                 ipv4_address: 192.168.70.134