mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 01:02:52 +01:00
DEV README fix
This commit is contained in:
committed by
Sebastian Waldbauer
parent
821dbbefcc
commit
9fb2364546
@@ -35,7 +35,7 @@ docker-compose -f docker-compose-dev.yml up
|
|||||||
### Environment
|
### Environment
|
||||||
#Folder where you clone your repository
|
#Folder where you clone your repository
|
||||||
MY_FORK: "/mybots"
|
MY_FORK: "/mybots"
|
||||||
#Foder in your repo where bots are located
|
#Folder in your repo where bots are located
|
||||||
MY_BOTS_FOLDER: "bots"
|
MY_BOTS_FOLDER: "bots"
|
||||||
|
|
||||||
### Add your own bots
|
### Add your own bots
|
||||||
@@ -44,7 +44,7 @@ Just start coding or pull your bots repository in ./mybots by default in a subfo
|
|||||||
|
|
||||||
### How to install and look yours bots running
|
### How to install and look yours bots running
|
||||||
|
|
||||||
After you change some bot or add someshing new just run command **install_reqs_and_deploy_bots.sh** in the running container
|
After you change some bot or add something new just run command **install_reqs_and_deploy_bots.sh** in the running container
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose exec -f docker-compose-dev.yml intelmq sudo bash /opt/install_reqs_and_deploy_bots.sh
|
docker-compose exec -f docker-compose-dev.yml intelmq sudo bash /opt/install_reqs_and_deploy_bots.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user