Skip to content

Commit 150eab7

Browse files
rc1
1 parent d3f8680 commit 150eab7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ services:
99
privileged: true
1010
volumes:
1111
- /dev:/dev
12-
- .:/cobra_flex_ros
12+
# Host sources for live editing.
13+
- ./src/:/cobra_flex_ros/src
1314
working_dir: /cobra_flex_ros
1415
command: ["tail", "-f", "/dev/null"]
1516
stdin_open: true
1617
tty: true
1718

1819
ros_portal:
19-
image: livekit/ros-portal:jazzy-gst.sdd
20+
image: livekit/ros-portal:jazzy-v1.0.0-rc1
2021
container_name: ros_portal
2122
network_mode: host
2223
privileged: true

0 commit comments

Comments
 (0)