Skip to content

Commit

Permalink
Use project root for docker volume prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Willy Lulciuc <willy.lulciuc@gmail.com>
  • Loading branch information
wslulciuc committed Oct 23, 2024
1 parent 8a0550a commit c9c44a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ fi

# Create docker volumes for Marquez
if [[ "${NO_VOLUMES}" = "false" ]]; then
./docker/volumes.sh marquez
./docker/volumes.sh $(basename "$project_root")
fi

# Enable search in UI an API if search container is enabled
Expand Down

0 comments on commit c9c44a1

Please sign in to comment.