Skip to content

Commit

Permalink
fix compose dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed May 4, 2024
1 parent 8c25d99 commit 9a480aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- ./odysseus_tree:/home/odysseus/build/odysseus_tree
- shared_data:/home/odysseus/shared_data
- ./outputs:/home/odysseus/outputs
- ../.git:/home/odysseus/build/githistory/.git:ro # read only as this is an unsafe operation
- ./.git:/home/odysseus/build/githistory/.git:ro # read only as this is an unsafe operation
environment:
- FORCE_UNSAFE_CONFIGURE=1 # for tar configure as root user
- BR2_DL_DIR=/home/odysseus/shared_data/dl
Expand Down

0 comments on commit 9a480aa

Please sign in to comment.