---
version: "2"
services:
beets:
image: linuxserver/beets:2.0.0
container_name: beets
restart: unless-stopped
environment:
- TZ # Specify a timezone to use EG Europe/London.
- PUID # ID of user to take ownership of application/files
- PGID # GID of user to take ownership of application/files
volumes:
- /host/path/to/music:/music # Music library
- /host/path/to/downloads:/downloads # Non processed music
- /host/path/to/config:/config # Configuration files.
ports:
- 8337:8337/tcp # Application WebUI