Files
zotifarrr/docker-compose.yaml
2025-01-24 18:55:53 -06:00

10 lines
259 B
YAML

services:
zotifarrr:
image: zotifarrr
ports:
- "7070:7070"
volumes:
- "./credentials:/app/credentials"
- "./downloads:/app/downloads/music" # <-- change this mapping for your music library directory
restart: unless-stopped