diff --git a/compose.yml b/compose.yml index bc31858..e7250b3 100644 --- a/compose.yml +++ b/compose.yml @@ -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