mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-15 21:52:55 +01:00
Compare commits
5 Commits
c146edfe86
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9605e2f1cc | ||
|
|
a5ec3a9eeb | ||
|
|
3e9721a4d8 | ||
|
|
e2b164525f | ||
|
|
52e0be995f |
@@ -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:
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
Do not run this software in production, it might break.
|
||||
|
||||
# Information
|
||||
This repository is currently maintained by Sebastian Waldbauer (@waldbauer-certat).
|
||||
This repository is currently maintained by CERT.at.
|
||||
|
||||
If you do have any questions / feedback / questions, please open an issue :)
|
||||
|
||||
|
||||
2
intelmq
2
intelmq
Submodule intelmq updated: 633cf7b4d4...0480c10b02
Submodule intelmq-api updated: 6d4f34a37a...324526a664
Submodule intelmq-manager updated: 1367ea86ba...1b417160d3
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
build_version="3.2.1"
|
||||
build_version="3.5.0"
|
||||
namespace="certat"
|
||||
|
||||
docker login
|
||||
|
||||
Reference in New Issue
Block a user