services: shanty: build: . ports: - "8085:8085" volumes: - ./config:/config - shanty-data:/data - /path/to/music:/music # Change this to your music library path environment: - SHANTY_WEB_BIND=0.0.0.0 restart: unless-stopped volumes: shanty-data: