Skip to content

Commit

Permalink
feat: add source volume mapping in compose.yml for improved file access
Browse files Browse the repository at this point in the history
  • Loading branch information
W. Meijer committed Nov 6, 2024
1 parent 373e1cc commit bd76682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
command: ["uv", "run", "examples/two_device/main.py"]
volumes:
- ./examples:/workdir/examples/
- ./src:/workdir/src/
depends_on:
- zenoh
# environment:
Expand Down

0 comments on commit bd76682

Please sign in to comment.