Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading