@cryptotaxi247 / CoPilot / commits / 288d0f69

Docker compose nuclei (#262)

* refactor: Add copilot-nuclei-module to docker-compose.yml * Update docker-compose.yml to use CoPilot v0.1.0

taylor_socfortress committed Jul 1, 2024 at 17:28 UTC 288d0f69647ad61cc892ac258bbc1da7152cd7ab
2 files changed +4 -1
README.md
+1 -1
@@ -84,7 +84,7 @@ systemctl restart docker
84
85 ```bash
86 # Clone the CoPilot repository
87 -wget https://raw.githubusercontent.com/socfortress/CoPilot/v0.0.8/docker-compose.yml
87 +wget https://raw.githubusercontent.com/socfortress/CoPilot/v0.1.0/docker-compose.yml
88
89 # Edit the docker-compose.yml file to set the server name and/or the services you want to use
90
docker-compose.yml
+3
@@ -34,6 +34,9 @@ services:
34 volumes:
35 - mysql-data:/var/lib/mysql
36
37 + copilot-nuclei-module:
38 + image: ghcr.io/socfortress/copilot-nuclei-module:latest
39 +
40 volumes:
41 mysql-data:
42