Skip to content

Commit

Permalink
fix: Remove image name from Docker Compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Jan 27, 2025
1 parent 11f4da0 commit 0992ac5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/ros/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
- ROS_IP=${YOUR_IP}
extra_hosts:
- "${ROBOT_HOSTNAME}:${ROBOT_IP}"
image: ros_template:devel
# Required for communicating over the network
network_mode: "host"
# Required for accessing hardware
Expand Down
1 change: 0 additions & 1 deletion templates/ros2/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ services:
#- CYCLONEDDS_URI=${AMENT_WORKSPACE_DIR}/dds/cyclone.xml
extra_hosts:
- "${ROBOT_HOSTNAME}:${ROBOT_IP}"
image: ros2_template:devel
# Required for communicating over the network
network_mode: "host"
# Required for accessing hardware
Expand Down

0 comments on commit 0992ac5

Please sign in to comment.