Skip to content

Commit

Permalink
Change path to base docker-compose with Deb installer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dyackzan committed Mar 27, 2024
1 parent 6912346 commit f3a8f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# Extend the installed MoveIt Pro docker compose file.
# Change this to match your environment, if MoveIt Pro was installed to a different location.
extends:
file: ${HOME}/moveit_pro/docker-compose.yaml
file: /opt/moveit_pro/docker-compose.yaml
service: base
image: moveit-pro-overlay
build:
Expand Down

0 comments on commit f3a8f5a

Please sign in to comment.