bug fix patch
[bottlenecks.git] / docker / bottleneck-compose / docker-compose.yml
index 0b256b5..99ff1f6 100644 (file)
@@ -18,10 +18,10 @@ yardstick:
   restart: always
   build: yardstick/
   volumes:
-    - /var/run/docker/sock:/var/run/docker/sock
+    - /var/run/docker.sock:/var/run/docker.sock
   ports:
     - "8888:5000"
 
 bottlenecks:
   restart: always
-  build: bottlenecks/
\ No newline at end of file
+  build: bottlenecks/