mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
1.1.2
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## Hybrid Hunter Alpha 1.1.2
|
||||||
|
|
||||||
|
- Quick firewall fix to address latest docker version.
|
||||||
|
- Added the option to install playbook from the initial install.
|
||||||
|
- Fixed an issue with multiple monitor interfaces not working properly.
|
||||||
|
|
||||||
## Hybrid Hunter Alpha 1.1.1
|
## Hybrid Hunter Alpha 1.1.1
|
||||||
|
|
||||||
### Changes:
|
### Changes:
|
||||||
|
|||||||
@@ -116,13 +116,13 @@ nginxtmp:
|
|||||||
# Start the core docker
|
# Start the core docker
|
||||||
so-coreimage:
|
so-coreimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false soshybridhunter/so-core:HH1.1.1
|
- name: docker pull --disable-content-trust=false soshybridhunter/so-core:HH1.1.2
|
||||||
|
|
||||||
so-core:
|
so-core:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-coreimage
|
- so-coreimage
|
||||||
- image: soshybridhunter/so-core:HH1.1.1
|
- image: soshybridhunter/so-core:HH1.1.2
|
||||||
- hostname: so-core
|
- hostname: so-core
|
||||||
- user: socore
|
- user: socore
|
||||||
- binds:
|
- binds:
|
||||||
|
|||||||
Reference in New Issue
Block a user