Skip to content

Commit

Permalink
Add mount point for /mnt in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen committed Dec 16, 2023
1 parent f6e7030 commit 5ca2d5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ services:
volumes:
# Update this to wherever you want VS Code to mount the folder of your project
- ../:/workspace/op-replay-clipper:cached

# Pass in /mnt too, so we can use it for large data in the future
- /mnt:/mnt

# Uncomment the next line to use Docker from inside the container. See https://aka.ms/vscode-remote/samples/docker-from-docker-compose for details.
# - /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 5ca2d5e

Please sign in to comment.