From 1ac1fcd790b3c1d1006fe462cf68cd88144e7782 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sun, 6 Apr 2025 23:16:20 +0100 Subject: [PATCH] fix: add all profile to realdebrid-account-monitor and remove pull policy --- apps/realdebrid-account-monitor/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/realdebrid-account-monitor/compose.yaml b/apps/realdebrid-account-monitor/compose.yaml index c82bcf8..bedb53e 100644 --- a/apps/realdebrid-account-monitor/compose.yaml +++ b/apps/realdebrid-account-monitor/compose.yaml @@ -2,7 +2,6 @@ services: realdebrid-account-monitor: build: context: . - pull_policy: build image: realdebrid-account-monitor container_name: realdebrid-account-monitor env_file: @@ -11,6 +10,7 @@ services: - ${DOCKER_DATA_DIR}/realdebrid-account-monitor:/app/data restart: unless-stopped profiles: + - all - realdebrid-account-monitor