Skip to content

Commit

Permalink
Use z flag for directory
Browse files Browse the repository at this point in the history
SELinux compat
  • Loading branch information
maya-doshi committed Feb 18, 2024
1 parent 3626ae4 commit 07fd221
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-gpu-automated-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
main:
build: .
volumes:
- ./rb_ws:/rb_ws
- ./rb_ws:/rb_ws:z
- "${RLSENSE_PORT:-/dev/null}:/dev/bus/usb"
- /tmp/.X11-unix:/tmp/.X11-unix
devices:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
main:
build: .
volumes:
- ./rb_ws:/rb_ws
- ./rb_ws:/rb_ws:z
- "${RLSENSE_PORT:-/dev/null}:/dev/bus/usb"
- /tmp/.X11-unix:/tmp/.X11-unix
devices:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-no-gpu-automated-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
main:
build: ./docker_auton
volumes:
- ./rb_ws:/rb_ws
- ./rb_ws:/rb_ws:z
- "${RLSENSE_PORT:-/dev/null}:/dev/bus/usb"
- /tmp/.X11-unix:/tmp/.X11-unix
devices:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-no-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
main:
build: ./docker_auton
volumes:
- ./rb_ws:/rb_ws
- ./rb_ws:/rb_ws:z
- "${RLSENSE_PORT:-/dev/null}:/dev/bus/usb"
- /tmp/.X11-unix:/tmp/.X11-unix
devices:
Expand Down

0 comments on commit 07fd221

Please sign in to comment.