From 288d0f69647ad61cc892ac258bbc1da7152cd7ab Mon Sep 17 00:00:00 2001 From: taylor_socfortress <111797488+taylorwalton@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:28:07 -0500 Subject: [PATCH] Docker compose nuclei (#262) * refactor: Add copilot-nuclei-module to docker-compose.yml * Update docker-compose.yml to use CoPilot v0.1.0 --- README.md | 2 +- docker-compose.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b97cd502..fbf18238d 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ systemctl restart docker ```bash # Clone the CoPilot repository -wget https://raw.githubusercontent.com/socfortress/CoPilot/v0.0.8/docker-compose.yml +wget https://raw.githubusercontent.com/socfortress/CoPilot/v0.1.0/docker-compose.yml # Edit the docker-compose.yml file to set the server name and/or the services you want to use diff --git a/docker-compose.yml b/docker-compose.yml index 80de06b17..42124bc04 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,6 +34,9 @@ services: volumes: - mysql-data:/var/lib/mysql + copilot-nuclei-module: + image: ghcr.io/socfortress/copilot-nuclei-module:latest + volumes: mysql-data: