Skip to content

Commit 0992ac5

Browse files
committed
fix: Remove image name from Docker Compose file
1 parent 11f4da0 commit 0992ac5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

templates/ros/docker/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ services:
1616
- ROS_IP=${YOUR_IP}
1717
extra_hosts:
1818
- "${ROBOT_HOSTNAME}:${ROBOT_IP}"
19-
image: ros_template:devel
2019
# Required for communicating over the network
2120
network_mode: "host"
2221
# Required for accessing hardware

templates/ros2/docker/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ services:
2222
#- CYCLONEDDS_URI=${AMENT_WORKSPACE_DIR}/dds/cyclone.xml
2323
extra_hosts:
2424
- "${ROBOT_HOSTNAME}:${ROBOT_IP}"
25-
image: ros2_template:devel
2625
# Required for communicating over the network
2726
network_mode: "host"
2827
# Required for accessing hardware

0 commit comments

Comments
 (0)