Skip to content

Commit

Permalink
Store ROS's logs in a volume
Browse files Browse the repository at this point in the history
  • Loading branch information
audrow committed May 6, 2020
1 parent 27b97e4 commit 6b03e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- pycharm_config:/root/.PyCharmCE2019.2/
- aws_config:/root/.aws/
- visual_code_config:/root/.visual_code/
- ros_logs:/root/.ros/log
- ./config/setup_script.sh:/root/.setup_script.sh:ro
- ./shared/:/root/shared/
- ~/.gitconfig/:/root/.gitconfig/:ro
Expand All @@ -43,3 +44,4 @@ volumes:
atom_config:
visual_code_config:
aws_config:
ros_logs:

0 comments on commit 6b03e53

Please sign in to comment.