From affb5783376b0ffa4c7c41989d6801fa2323635f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Wed, 13 Sep 2023 12:16:10 +0200 Subject: [PATCH] update --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fb51810..6a3c1c9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -51,7 +51,7 @@ services: - /tmp/.X11-unix:/tmp/.X11-unix:rw - ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority - networks: # all services should inherit this network? nope they somehow don't. Need to specify for all services then. + networks: # not using bridging anymore, instead try using all services on macvlan? let's see... ros2-bridge: # Overlay image containing the project specific source code.