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