services: watcharr: image: ghcr.io/sbondco/watcharr:latest container_name: watcharr ports: - 3080:3080 volumes: # Contains all of watcharr data (database & cache) - /srv/docker/watcharr/data:/data restart: unless-stopped