Compare commits

...

2 Commits

Author SHA1 Message Date
kamil-certat
e2b164525f Merge pull request #30 from qux-bbb/patch-1
Fix wrong command
2024-02-05 15:43:31 +01:00
qux-bbb
52e0be995f Fix wrong command 2024-02-05 22:26:59 +08:00

View File

@@ -57,7 +57,7 @@ After doing this, you need to change in docker-compose-dev.yml the volume defin
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 bash /opt/install_reqs_and_deploy_bots.sh
docker-compose -f docker-compose-dev.yml exec intelmq bash /opt/install_reqs_and_deploy_bots.sh
```
When you do this: