---
version: "2"
services:
daapd:
image: linuxserver/daapd:28.10.20241113
container_name: daapd
network_mode: host
restart: unless-stopped
environment:
- TZ=Europe/London # Specify a timezone to use EG Europe/London.
- PUID=1000 # for UserID
- PGID=1000 # for GroupID
volumes:
- /host/path/to/music:/music # Map to your music folder.
- /host/path/to/config:/config # Where daapd server stores its config and dbase files.