Update docker-compose.yml

Updated the sleep delay from 10 to 30 seconds
This commit is contained in:
2026-06-02 15:13:21 -05:00
parent f6cc942725
commit 8bd062219d
+1 -1
View File
@@ -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
"