Skip to content

Commit

Permalink
Docker compose nuclei (#262)
Browse files Browse the repository at this point in the history
* refactor: Add copilot-nuclei-module to docker-compose.yml

* Update docker-compose.yml to use CoPilot v0.1.0
  • Loading branch information
taylorwalton authored Jul 1, 2024
1 parent ac779c2 commit 288d0f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 288d0f6

Please sign in to comment.