From 53978585fa007e5c5917fbc0c8add9183656ddf9 Mon Sep 17 00:00:00 2001 From: mik <16636149+mik-at@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:50:49 +0200 Subject: [PATCH] fix pause/unpause DAG tip, this only works with docker compose, as the names are different with just docker. --- docs/deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment.md b/docs/deployment.md index 23535f4..644e05a 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -291,8 +291,8 @@ Access the Airflow webserver and pause the opencve DAG to prevent it from runnin You can also use the following commands to pause / unpause the DAG: ``` - docker exec airflow-scheduler airflow dags pause opencve - docker exec airflow-scheduler airflow dags unpause opencve + docker compose exec airflow-scheduler airflow dags pause opencve + docker compose exec airflow-scheduler airflow dags unpause opencve ``` Navigate to the OpenCVE project directory and pull the latest updates: