Update docker-compose.yml

fixed volume in watcher container
This commit is contained in:
2026-06-02 10:56:54 -05:00
parent 90be0f31c4
commit f6cc942725
+1 -1
View File
@@ -21,7 +21,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock # Allows execution of commands inside the beets container - /var/run/docker.sock:/var/run/docker.sock # Allows execution of commands inside the beets container
- /path/to/raw/inbox:/inbox:ro # Needs read access to see new files - /downloads/complete/music:/inbox:ro # Needs read access to see new files
entrypoint: > entrypoint: >
/bin/sh -c " /bin/sh -c "
apk add --no-cache inotify-tools docker-cli && apk add --no-cache inotify-tools docker-cli &&