Update docker-compose.yml
Added the following to try to fix plugins not working
environment:
- DOCKER_MODS=linuxserver/mods:universal-package-install
- PIP_PACKAGES=pyacoustid
This commit is contained in:
@@ -4,6 +4,8 @@ services:
|
||||
container_name: beets
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DOCKER_MODS=linuxserver/mods:universal-package-install
|
||||
- PIP_PACKAGES=pyacoustid
|
||||
- PUID=1000 # Adjust to your user ID
|
||||
- PGID=1000 # Adjust to your group ID
|
||||
- TZ=America/Chicago
|
||||
|
||||
Reference in New Issue
Block a user