Update docker-compose.yml
Updated the sleep delay from 10 to 30 seconds
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ services:
|
||||
echo 'Watching /inbox for new files...' &&
|
||||
while inotifywait -r -e moved_to -e create /inbox; do
|
||||
echo 'New files detected! Waiting 10 seconds for transfer to finish...' &&
|
||||
sleep 10 &&
|
||||
sleep 30 &&
|
||||
docker exec -u abc beets beet import -q /inbox
|
||||
done
|
||||
"
|
||||
Reference in New Issue
Block a user