From 6d5f14919d297b5c573f3be8aa92be68ca956179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Mon, 13 Nov 2023 16:52:16 +0100 Subject: [PATCH] update --- docker-compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c013bfc..6fb7826 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -20,7 +20,7 @@ networks: # config: # - subnet: -# add this mountpoint to all services: ./customize/entrypoint.sh:/entrypoint.sh +# add this mountpoint to all services: - ./customize/entrypoint.sh:/entrypoint.sh # Attention: child services will inherit settings from their parents. So if you set a network_mode: host in the base service, all child services will also use host networking. This is not always what you want. So be careful with this. services: @@ -301,7 +301,6 @@ services: - RMW_IMPLEMENTATION=rmw_cyclonedds_cpp - ROS_MASTER_URI=http://localhost:11311 # is configured to run roscore on the robot but could change to local ros1 machine here - # ROS2 oak-d-lite camera oakd: extends: overlay