mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +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
|
||||
|
||||
### Changes:
|
||||
|
||||
@@ -116,13 +116,13 @@ nginxtmp:
|
||||
# Start the core docker
|
||||
so-coreimage:
|
||||
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:
|
||||
docker_container.running:
|
||||
- require:
|
||||
- so-coreimage
|
||||
- image: soshybridhunter/so-core:HH1.1.1
|
||||
- image: soshybridhunter/so-core:HH1.1.2
|
||||
- hostname: so-core
|
||||
- user: socore
|
||||
- binds:
|
||||
|
||||
Reference in New Issue
Block a user