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:
2026-08-08 10:37:00 -05:00
parent da604503ec
commit f70f12df06
+2
View File
@@ -4,6 +4,8 @@ services:
container_name: beets container_name: beets
restart: unless-stopped restart: unless-stopped
environment: environment:
- DOCKER_MODS=linuxserver/mods:universal-package-install
- PIP_PACKAGES=pyacoustid
- PUID=1000 # Adjust to your user ID - PUID=1000 # Adjust to your user ID
- PGID=1000 # Adjust to your group ID - PGID=1000 # Adjust to your group ID
- TZ=America/Chicago - TZ=America/Chicago