From 6b919df7c6e590014685ffe9962160135367c2a4 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sun, 1 Feb 2026 17:24:50 +0100 Subject: [PATCH] chore: restart downtify service unless stopped --- downtify/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/downtify/compose.yaml b/downtify/compose.yaml index b20b9ab..3a4053b 100644 --- a/downtify/compose.yaml +++ b/downtify/compose.yaml @@ -2,6 +2,7 @@ services: downtify: container_name: downtify image: ghcr.io/henriquesebastiao/downtify:latest + restart: unless-stopped # ports: # - '7077:8000' volumes: