1
0
Fork 0
dockers-config/ownServices/SonarrQueueFixer/docker-compose.yml

13 lines
305 B
YAML

---
version: "2.1"
services:
after-download-carer:
container_name: mangrana_java_sonarr_queue_fix
image: xeviff/sonarr_queue_fix:latest
environment:
- PUID=${MY_UID}
- PGID=${MY_GID}
- TZ=Europe/Madrid
volumes:
- ./config:/config
- ${HOST_DATA_FOLDER}:/data