diff --git a/docker-compose.yml b/docker-compose.yml
index 9cee766..9bfc0d0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,13 +1,6 @@
 version: '3'
-    # use image if you have a dedicated build step:
-    #     #   docker build --rm -t docker-bench-security .
-    #         # image: docker-bench-security
-    #
-    #             # use build path to Dockerfile if docker-compose should build the image
 services:
-      
   docker-bench-security:
-    #image: docker-bench-security
     build: .
     volumes:
       - /var/lib:/var/lib