Update docker-compose.yml
fixed volume in watcher container
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /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: >
|
||||
/bin/sh -c "
|
||||
apk add --no-cache inotify-tools docker-cli &&
|
||||
|
||||
Reference in New Issue
Block a user